(cherry picked from commit
4227bfa8b273207a2b882f7d69c8ac49c3d2b57d)
Co-authored-by: Lincoln <71312724+Lincoln-developer@users.noreply.github.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Erlend E. Aasland <erlend@python.org>
the context manager is a no-op.
.. note::
-
The context manager neither implicitly opens a new transaction
- nor closes the connection.
+ nor closes the connection. If you need a closing context manager, consider
+ using :meth:`contextlib.closing`.
.. testcode::