shell calls sys.__interativehook__

This will set up readline tab and history completion by default.
This commit is contained in:
David Lord 2021-04-14 10:01:32 -07:00
parent 64213fc021
commit 32272da9ac
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 20 additions and 0 deletions

View file

@ -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