working on some linux platforms. Also in 0.7.11.
- only need "logging.handlers" here, "logging" comes in implicitly
.. changelog::
:version: 0.8.0
++ .. change::
++ :tags: bug, tests
++ :tickets: 2669
++ :pullreq: 41
++
++ Fixed an import of "logging" in test_execute which was not
++ working on some linux platforms. Also in 0.7.11.
++
.. change::
:tags: bug, orm
:tickets: 2662
from sqlalchemy import testing
from sqlalchemy.testing import engines
from sqlalchemy.testing.engines import testing_engine
- import logging
-import logging, logging.handlers
++import logging.handlers
from sqlalchemy.dialects.oracle.zxjdbc import ReturningParam
from sqlalchemy.engine import result as _result, default
from sqlalchemy.engine.base import Connection, Engine