]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Apr 2014 18:58:27 +0000 (14:58 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Apr 2014 18:58:27 +0000 (14:58 -0400)
doc/build/changelog/changelog_09.rst

index 236308325798ecfb20e5dd67d14c036c18c93c5d..05e57cf996b18a87ffb4be5e0bdc84dcec89477e 100644 (file)
 .. changelog::
     :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