summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-11-27 20:00:46 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-11-27 20:00:46 -0500
commit30b31a75a24633eb3e705d5e35730cb327f7cb17 (patch)
tree6f44aaa96868deb2ee456ccfe0eed85a90c9e2ca /CHANGES
parent198f7067bd44fa31b8d849a433b693187b22b08c (diff)
downloadalembic-30b31a75a24633eb3e705d5e35730cb327f7cb17.tar.gz
note about py3k
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 3863272..3a3abbf 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