]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Delist sqlite3 deprecation from "Pending removal in 3.14" (#126370)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Sun, 3 Nov 2024 21:22:49 +0000 (23:22 +0200)
committerGitHub <noreply@github.com>
Sun, 3 Nov 2024 21:22:49 +0000 (21:22 +0000)
Doc/deprecations/pending-removal-in-3.14.rst

index 23c9bde5c01ba72c79db105cec85d3050466833d..0863853339b8b5261a71ae1698c5905b29cb3872 100644 (file)
@@ -103,9 +103,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,