diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-11-03 21:22:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-03 21:22:49 (GMT) |
commit | 9441993f272f42e4a97d90616ec629a11c06aa3a (patch) | |
tree | cc8dae8dbbf4d65d12121be9a1390af1f635c4b8 /Doc | |
parent | ac556a2ad1213b8bb81372fe6fb762f5fcb076de (diff) | |
download | cpython-9441993f272f42e4a97d90616ec629a11c06aa3a.zip cpython-9441993f272f42e4a97d90616ec629a11c06aa3a.tar.gz cpython-9441993f272f42e4a97d90616ec629a11c06aa3a.tar.bz2 |
Docs: Delist sqlite3 deprecation from "Pending removal in 3.14" (#126370)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/deprecations/pending-removal-in-3.14.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/deprecations/pending-removal-in-3.14.rst b/Doc/deprecations/pending-removal-in-3.14.rst index 23c9bde..0863853 100644 --- a/Doc/deprecations/pending-removal-in-3.14.rst +++ b/Doc/deprecations/pending-removal-in-3.14.rst @@ -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, |