]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
commit a note about 2to3
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Feb 2010 01:59:32 +0000 (01:59 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Feb 2010 01:59:32 +0000 (01:59 +0000)
README.py3k

index 28aaf3c84d73871ece767d36d1113b4fe31b928d..9cfaaaad4f54c2be50a060f9c7f44e6f3f36a0d6 100644 (file)
@@ -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
 -------------