From aaa3a0454593ad4dc4c4e4c5e2f19618e181c750 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Tue, 2 Dec 2014 19:40:12 +0100 Subject: [PATCH] Admit the occasional encoding problem --- docs/python3.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/python3.rst b/docs/python3.rst index be10a8fb..2764df8f 100644 --- a/docs/python3.rst +++ b/docs/python3.rst @@ -35,7 +35,8 @@ Recommendations Unless you require absolute compatibility, you should be fine with Python 3 nowadays. Most libraries and Flask extensions have been ported by now and -using Flask with Python 3 is a stable affair. +using Flask with Python 3 is generally a smooth ride. However, you might +occasionally encounter encoding problems. The majority of the upgrade pain is in the lower-level libararies like Flask and Werkzeug and not in the actual high-level application code. For