forked from orbit-oss/flask
shell calls sys.__interativehook__
This will set up readline tab and history completion by default.
This commit is contained in:
parent
64213fc021
commit
32272da9ac
2 changed files with 20 additions and 0 deletions
|
|
@ -70,6 +70,8 @@ Unreleased
|
|||
- Support async views, error handlers, before and after request, and
|
||||
teardown functions. :pr:`3412`
|
||||
- Support nesting blueprints. :issue:`593, 1548`, :pr:`3923`
|
||||
- ``flask shell`` sets up tab and history completion like the default
|
||||
``python`` shell if ``readline`` is installed. :issue:`3941`
|
||||
|
||||
|
||||
Version 1.1.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue