summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/pool/impl.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/pool/impl.py')
-rw-r--r--lib/sqlalchemy/pool/impl.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/sqlalchemy/pool/impl.py b/lib/sqlalchemy/pool/impl.py
index 05736b2c3..ebbbfdb3d 100644
--- a/lib/sqlalchemy/pool/impl.py
+++ b/lib/sqlalchemy/pool/impl.py
@@ -222,10 +222,6 @@ class NullPool(Pool):
invalidation are not supported by this Pool implementation, since
no connections are held persistently.
- .. versionchanged:: 0.7
- :class:`.NullPool` is used by the SQlite dialect automatically
- when a file-based database is used. See :ref:`sqlite_toplevel`.
-
"""
def status(self):
@@ -408,11 +404,6 @@ class AssertionPool(Pool):
at a time. Useful for debugging code that is using more connections
than desired.
- .. versionchanged:: 0.7
- :class:`.AssertionPool` also logs a traceback of where
- the original connection was checked out, and reports
- this in the assertion error raised.
-
"""
def __init__(self, *args, **kw):