mirror of https://github.com/python/cpython
Docs: Delist sqlite3 deprecation from "Pending removal in 3.14" (#126370)
This commit is contained in:
parent
ac556a2ad1
commit
9441993f27
|
@ -103,9 +103,6 @@ Pending removal in Python 3.14
|
||||||
if :ref:`named placeholders <sqlite3-placeholders>` are used and
|
if :ref:`named placeholders <sqlite3-placeholders>` are used and
|
||||||
*parameters* is a sequence instead of a :class:`dict`.
|
*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
|
* :class:`types.CodeType`: Accessing :attr:`~codeobject.co_lnotab` was
|
||||||
deprecated in :pep:`626`
|
deprecated in :pep:`626`
|
||||||
since 3.10 and was planned to be removed in 3.12,
|
since 3.10 and was planned to be removed in 3.12,
|
||||||
|
|
Loading…
Reference in New Issue