]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Docs: Delist sqlite3 deprecation from "Pending removal in 3.14" (GH-126370...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 3 Nov 2024 21:31:59 +0000 (22:31 +0100)
committerGitHub <noreply@github.com>
Sun, 3 Nov 2024 21:31:59 +0000 (21:31 +0000)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Doc/deprecations/pending-removal-in-3.14.rst

index 5f01e093ce1b8b0f11911d40cc59669ffd513edb..7eaa80e96138af9f0d96269c605ad7c7a5cb5de8 100644 (file)
@@ -106,9 +106,6 @@ Pending Removal in Python 3.14
     if :ref:`named placeholders <sqlite3-placeholders>` are used and
     *parameters* is a sequence instead of a :class:`dict`.
 
-  * date and datetime adapter, date and timestamp converter:
-    see the :mod:`sqlite3` documentation for suggested replacement recipes.
-
 * :class:`types.CodeType`: Accessing :attr:`~codeobject.co_lnotab` was
   deprecated in :pep:`626`
   since 3.10 and was planned to be removed in 3.12,