diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-31 17:31:20 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-31 17:31:46 -0500 |
commit | 4b57df9e30b0181d9b9f2cad558a6f8362b0184a (patch) | |
tree | c604c5ba4bc984e4cf667e2bf4ffd32abe7025eb | |
parent | 8afb69ced876200c6bc4013108900e067130cb0e (diff) | |
download | sqlalchemy-4b57df9e30b0181d9b9f2cad558a6f8362b0184a.tar.gz |
changelog
-rw-r--r-- | doc/build/changelog/changelog_08.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index e4e5c11ab..984ee4c64 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -12,6 +12,15 @@ :version: 0.8.5 .. change:: + :tags: bug, py3k + :pullreq: github:63 + + Fixed Py3K bug where a missing import would cause "literal binary" + mode to fail to import "util.binary_type" when rendering a bound + parameter. 0.9 handles this differently. Pull request courtesy + Andreas Zeidler. + + .. change:: :tags: bug, orm :versions: 0.9.2 :pullreq: github:58 |