]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Revision files are now written out using the ``'wb'`` modifier to
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Oct 2014 17:02:32 +0000 (13:02 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Oct 2014 17:02:32 +0000 (13:02 -0400)
commitd81619b50b9df7ff445884d84d155c01e7b2cbab
tree51060200b35a56b70e7a1149d664600d7e29ab47
parentac95bad85cc6267e3ce013319ee590a084565666
- Revision files are now written out using the ``'wb'`` modifier to
``open()``, since Mako reads the templates with ``'rb'``, thus preventing
CRs from being doubled up as has been observed on windows.
fixes #234
alembic/util.py
docs/build/changelog.rst