mirror of https://github.com/pallets/flask.git
Merge pull request #1110 from methane/patch-2
Stop recommending Python 2.6
This commit is contained in:
commit
cc98ba9092
|
|
@ -57,7 +57,7 @@ partially caused by changes in the language that went unreviewed for too
|
||||||
long, partially also because we have not quite worked out how the lower-
|
long, partially also because we have not quite worked out how the lower-
|
||||||
level API should change to account for the Unicode differences in Python 3.
|
level API should change to account for the Unicode differences in Python 3.
|
||||||
|
|
||||||
We strongly recommend using Python 2.6 and 2.7 with activated Python 3
|
We strongly recommend using Python 2.7 with activated Python 3
|
||||||
warnings during development. If you plan on upgrading to Python 3 in the
|
warnings during development. If you plan on upgrading to Python 3 in the
|
||||||
near future we strongly recommend that you read `How to write forwards
|
near future we strongly recommend that you read `How to write forwards
|
||||||
compatible Python code
|
compatible Python code
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue