mark python2 support in flask as deprecated (#6653)

This commit is contained in:
William Cheng
2020-07-02 15:16:53 +08:00
committed by GitHub
parent 520f87abae
commit c6cb7ebe2a
46 changed files with 4 additions and 3345 deletions

View File

@@ -18,7 +18,7 @@ sidebar_label: python-aiohttp
|serverPort|TCP port to listen to in app.run| |8080|
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
|supportPython2|support python2| |false|
|supportPython2|support python2. This option has been deprecated and will be removed in the 5.x release.| |false|
|useNose|use the nose test framework| |false|
## IMPORT MAPPING