]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed an import of "logging" in test_execute which was not
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Mar 2013 21:20:49 +0000 (16:20 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Mar 2013 21:20:49 +0000 (16:20 -0500)
commit133e8fd388bf68da768f9a938705b446598b6c3e
treefe838fc90a5cd22e6671e08bae68d7e2c47487af
parenta205a31bc234a574e586d5ae3885db8804ce4bb8
parent05eb72d431bdbf32d9787b9cdfafc651e5b335e5
- Fixed an import of "logging" in test_execute which was not
working on some linux platforms.  Also in 0.7.11.
- only need "logging.handlers" here, "logging" comes in implicitly
doc/build/changelog/changelog_08.rst
test/engine/test_execute.py