diff options
Diffstat (limited to 'lib/sqlalchemy/events.py')
-rw-r--r-- | lib/sqlalchemy/events.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/sqlalchemy/events.py b/lib/sqlalchemy/events.py index 289437e05..c1b6f3740 100644 --- a/lib/sqlalchemy/events.py +++ b/lib/sqlalchemy/events.py @@ -428,8 +428,6 @@ class PoolEvents(event.Events): :param connection_record: the :class:`._ConnectionRecord` managing the DBAPI connection. - .. versionadded:: 0.8 - .. seealso:: :meth:`.ConnectionEvents.rollback` @@ -592,10 +590,6 @@ class ConnectionEvents(event.Events): and parameters. See those methods for a description of specific return arguments. - .. versionchanged:: 0.8 :class:`.ConnectionEvents` can now be associated - with any :class:`.Connectable` including :class:`.Connection`, - in addition to the existing support for :class:`.Engine`. - """ _target_class_doc = "SomeEngine" |