forked from orbit-oss/flask
Add initial type hints
This should make it easier for users to correctly use Flask. The hints are from Quart.
This commit is contained in:
parent
f405c6f19e
commit
77237093da
20 changed files with 820 additions and 461 deletions
|
|
@ -74,6 +74,7 @@ Unreleased
|
|||
``python`` shell if ``readline`` is installed. :issue:`3941`
|
||||
- ``helpers.total_seconds()`` is deprecated. Use
|
||||
``timedelta.total_seconds()`` instead. :pr:`3962`
|
||||
- Add type hinting. :pr:`3973`.
|
||||
|
||||
|
||||
Version 1.1.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue