]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
note about py3k
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Nov 2011 01:00:46 +0000 (20:00 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Nov 2011 01:00:46 +0000 (20:00 -0500)
CHANGES

diff --git a/CHANGES b/CHANGES
index 3863272710306b89963cd38cfb42558e48dd5224..3a3abbfeddd5b54a8bf4218e0bade03d5c3a7308 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,7 @@
 
 - Alembic is used in at least one production 
   environment, but should still be considered 
-  alpha-level as of this release,
+  ALPHA LEVEL SOFTWARE as of this release,
   particularly in that many features are expected
   to be missing / unimplemented.
   The author asks that you *please* report all
   to the bugtracker, at 
   https://bitbucket.org/zzzeek/alembic/issues/new .
 
+- Python 3 is supported but has not yet
+  been tested.  The installer will run the 2to3
+  tool as needed, but there are probably some 
+  small workarounds that will be needed to get
+  Py3K fully running.
+
 - Postgresql and MS SQL Server environments
   have been tested for several weeks in a production
   environment.  In particular, some involved workarounds