From ee7e49964fcf13ed0f5a3541b81f00302a9db29a Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Wed, 12 Apr 2023 23:17:38 +0200 Subject: Remove old versionadded and versionchanged Removed versionadded and versionchanged for version prior to 1.2 since they are no longer useful. Change-Id: I5c53d1188bc5fec3ab4be39ef761650ed8fa6d3e --- lib/sqlalchemy/pool/base.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/sqlalchemy/pool/base.py') diff --git a/lib/sqlalchemy/pool/base.py b/lib/sqlalchemy/pool/base.py index ac487452c..7600c196b 100644 --- a/lib/sqlalchemy/pool/base.py +++ b/lib/sqlalchemy/pool/base.py @@ -266,9 +266,6 @@ class Pool(log.Identified, event.EventTarget): make use of :func:`_sa.create_engine` should not use this parameter as it is handled by the engine creation strategy. - .. versionadded:: 1.1 - ``dialect`` is now a public parameter - to the :class:`_pool.Pool`. - :param pre_ping: if True, the pool will emit a "ping" (typically "SELECT 1", but is dialect-specific) on the connection upon checkout, to test if the connection is alive or not. If not, -- cgit v1.2.1