diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-04-14 14:58:27 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-04-14 14:58:27 -0400 |
commit | 0c4a1cf963ab5fab876ef2bc56d06b01b83d5c63 (patch) | |
tree | 1b84fccfaf51bc150406deb202359b3741d80485 | |
parent | a347741d35037acef9e80b41ea379c0a34af6dde (diff) | |
download | sqlalchemy-0c4a1cf963ab5fab876ef2bc56d06b01b83d5c63.tar.gz |
changelog
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 236308325..05e57cf99 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -15,6 +15,15 @@ :version: 0.9.5 .. change:: + :tags: bug, py3k, tests + :tickets: 2830 + :pullreq: bitbucket:2830 + + Corrected for some deprecation warnings involving the ``imp`` + module and Python 3.3 or greater, when running tests. Pull + request courtesy Matt Chisholm. + + .. change:: :tags: bug, sql :tickets: 3020, 1068 |