From 931be87475634c79deae584b7fa8d2bd6d6c55c0 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Thu, 10 Jul 2014 23:01:32 +0900 Subject: [PATCH 1/3] Update python3.rst Fixes #1101 --- docs/python3.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/python3.rst b/docs/python3.rst index 8173dd45..13cc8455 100644 --- a/docs/python3.rst +++ b/docs/python3.rst @@ -40,12 +40,11 @@ probably hard to search for on the internet if they are Python 3 specific. Small Ecosystem --------------- -The majority of the Flask extensions, all of the documentation and the -vast majority of the 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. +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. Recommendations --------------- From efdf2e12125f52f02a68e20b6df1814635d2c005 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Sat, 26 Jul 2014 21:47:41 +0900 Subject: [PATCH 2/3] Update python3.rst --- docs/python3.rst | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/python3.rst b/docs/python3.rst index 13cc8455..a06a270f 100644 --- a/docs/python3.rst +++ b/docs/python3.rst @@ -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 --------------- From a61347b902961d36d932bab56794fc39fab0d210 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Sun, 27 Jul 2014 02:47:33 +0900 Subject: [PATCH 3/3] Update python3.rst --- docs/python3.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/python3.rst b/docs/python3.rst index a06a270f..34fec4e9 100644 --- a/docs/python3.rst +++ b/docs/python3.rst @@ -33,7 +33,7 @@ guarantee that this won't happen on Python 3. Few Users --------- -Although moving to Python 3 should be done someday, most people still uses +Although moving to Python 3 should be done someday, most people still use 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. @@ -45,8 +45,8 @@ 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. +But if you are familiar with Python 3 and Flask extension, you can start +porting libraries on your own. Recommendations ---------------