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:20 -0500 |
commit | 1cf18e5cbb62b3764c1722c62c7ccb4440c2d735 (patch) | |
tree | cbbeb75e21265b2cad57a4ab665863acaafec1e6 | |
parent | e7f906f5e6671c0ba27e3ccee16afef407205a44 (diff) | |
download | sqlalchemy-1cf18e5cbb62b3764c1722c62c7ccb4440c2d735.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 c65fcdd40..1885ddf37 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 |