Skip to content

Commit eb6df3d

Browse files
author
Sven-Hendrik Haase
committed
Describe the nature of Python 3 roughness
1 parent aaa3a04 commit eb6df3d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/python3.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ Recommendations
3535

3636
Unless you require absolute compatibility, you should be fine with Python 3
3737
nowadays. Most libraries and Flask extensions have been ported by now and
38-
using Flask with Python 3 is generally a smooth ride. However, you might
39-
occasionally encounter encoding problems.
38+
using Flask with Python 3 is generally a smooth ride. However, keep in mind
39+
that most libraries (including Werkzeug and Flask) might not quite as stable
40+
on Python 3 yet. You might therefore sometimes run into bugs that are
41+
usually encoding-related.
4042

4143
The majority of the upgrade pain is in the lower-level libararies like
4244
Flask and Werkzeug and not in the actual high-level application code. For

0 commit comments

Comments
 (0)