From 6b10e0b26d226258d5cbcbb686629c9b82e9266b Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 13 Feb 2010 01:59:32 +0000 Subject: [PATCH] commit a note about 2to3 --- README.py3k | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.py3k b/README.py3k index 28aaf3c84d..9cfaaaad4f 100644 --- a/README.py3k +++ b/README.py3k @@ -36,6 +36,11 @@ onto the 2to3 tool: The above will rewrite all files in-place in Python 3 format. +NOTE: at the time of this writing, Python3's 2to3 tool does not appear +to properly handle source files with non-ascii encoding. Some SQLAlchemy +tests necessarily have utf-8 encoded strings embedded, so a Python2.6 +interpreter is necessary in order to run a full 2to3. + Running Tests ------------- -- 2.47.3