Skip to content

Commit 37dc2b2

Browse files
[3.12] Docs: Delist sqlite3 deprecation from "Pending removal in 3.14" (GH-126370) (#126373)
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent b0e08f5 commit 37dc2b2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Doc/deprecations/pending-removal-in-3.14.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ Pending Removal in Python 3.14
106106
if :ref:`named placeholders <sqlite3-placeholders>` are used and
107107
*parameters* is a sequence instead of a :class:`dict`.
108108

109-
* date and datetime adapter, date and timestamp converter:
110-
see the :mod:`sqlite3` documentation for suggested replacement recipes.
111-
112109
* :class:`types.CodeType`: Accessing :attr:`~codeobject.co_lnotab` was
113110
deprecated in :pep:`626`
114111
since 3.10 and was planned to be removed in 3.12,

0 commit comments

Comments
 (0)