diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-11-04 16:49:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-04 16:49:59 (GMT) |
commit | eac41c5ddfadf52fbd84ee898ad56aedd5d90a41 (patch) | |
tree | 36b1970d47ac3ce401446718ff25c1b52e4a4255 /Doc/whatsnew | |
parent | c806cd5af677c385470001efc68da38a32919196 (diff) | |
download | cpython-eac41c5ddfadf52fbd84ee898ad56aedd5d90a41.zip cpython-eac41c5ddfadf52fbd84ee898ad56aedd5d90a41.tar.gz cpython-eac41c5ddfadf52fbd84ee898ad56aedd5d90a41.tar.bz2 |
gh-101865: Docs: Keep co_lnotab deprecation for at least 3.14 (#126392)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.12.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 3640095..d691185 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -1327,8 +1327,8 @@ Deprecated * Accessing :attr:`~codeobject.co_lnotab` on code objects was deprecated in Python 3.10 via :pep:`626`, - but it only got a proper :exc:`DeprecationWarning` in 3.12, - therefore it will be removed in 3.14. + but it only got a proper :exc:`DeprecationWarning` in 3.12. + May be removed in 3.15. (Contributed by Nikita Sobolev in :gh:`101866`.) .. include:: ../deprecations/pending-removal-in-3.13.rst |