]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Fixes to Py3k in-place compatibity regarding output encoding and related;
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Nov 2013 23:46:35 +0000 (18:46 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Nov 2013 23:46:35 +0000 (18:46 -0500)
commit308233abea250b173492de4b64d1ac7ac0d9d1eb
treef2a1877550861d65218ce1820e90d76d11a49a86
parent227f1404a4012c52f75b270f237c6c6bc0579cc3
Fixes to Py3k in-place compatibity regarding output encoding and related;
the use of the new io.* package introduced some incompatibilities on Py2k.
These should be resolved, due to the introduction of new adapter types
for translating from io.* to Py2k file types, StringIO types.
Thanks to Javier Santacruz for help with this.
alembic/compat.py
alembic/migration.py
docs/build/changelog.rst
tests/test_offline_environment.py