forked from orbit-oss/flask
Update python3.rst
This commit is contained in:
parent
931be87475
commit
efdf2e1212
1 changed files with 8 additions and 6 deletions
|
|
@ -33,18 +33,20 @@ guarantee that this won't happen on Python 3.
|
|||
Few Users
|
||||
---------
|
||||
|
||||
Python 3 currently has less than 1% of the users of Python 2 going by PyPI
|
||||
download stats. As a result many of the problems you will encounter are
|
||||
Although moving to Python 3 should be done someday, most people still uses
|
||||
Python 2 for now. As a result many of the problems you will encounter are
|
||||
probably hard to search for on the internet if they are Python 3 specific.
|
||||
|
||||
Small Ecosystem
|
||||
---------------
|
||||
|
||||
Some Flask extensions, documentation and PyPI provided libraries do not
|
||||
support Python 3 yet. Even if you start your project with knowing that
|
||||
all you will need is supported by Python 3 you don't know what happens six
|
||||
months from now. If you are adventurous you can start porting libraries
|
||||
on your own, but that is nothing for the faint of heart.
|
||||
support Python 3 yet.
|
||||
|
||||
Even if you start your project with knowing that all you will need is
|
||||
supported by Python 3 you don't know what happens six months from now.
|
||||
But if you are familiar Python 3 and Flask extension, you can start porting
|
||||
libraries on your own.
|
||||
|
||||
Recommendations
|
||||
---------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue