From: Mike Bayer Date: Mon, 28 Nov 2011 01:00:46 +0000 (-0500) Subject: note about py3k X-Git-Tag: rel_0_1_0~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30b31a75a24633eb3e705d5e35730cb327f7cb17;p=thirdparty%2Fsqlalchemy%2Falembic.git note about py3k --- diff --git a/CHANGES b/CHANGES index 38632727..3a3abbfe 100644 --- 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 @@ -12,6 +12,12 @@ 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