PEP 291: Superseded by PEP 387 (#4032)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This commit is contained in:
parent
4aaf949571
commit
4d650771c2
|
@ -1,12 +1,12 @@
|
|||
PEP: 291
|
||||
Title: Backward Compatibility for the Python 2 Standard Library
|
||||
Author: Neal Norwitz <nnorwitz@gmail.com>
|
||||
Status: Final
|
||||
Status: Superseded
|
||||
Type: Informational
|
||||
Content-Type: text/x-rst
|
||||
Created: 06-Jun-2002
|
||||
Python-Version: 2.3
|
||||
Post-History:
|
||||
Superseded-By: 387
|
||||
|
||||
|
||||
Abstract
|
||||
|
|
|
@ -9,6 +9,7 @@ Post-History: `19-Jun-2009 <https://mail.python.org/archives/list/python-dev@pyt
|
|||
`12-Jun-2020 <https://discuss.python.org/t/pep-387-backwards-compatibilty-policy/4421>`__,
|
||||
`19-Dec-2022 <https://discuss.python.org/t/22042>`__,
|
||||
`16-Jun-2023 <https://discuss.python.org/t/formalize-the-concept-of-soft-deprecation-dont-schedule-removal-in-pep-387-backwards-compatibility-policy/27957>`__
|
||||
Replaces: 291
|
||||
|
||||
|
||||
Abstract
|
||||
|
|
Loading…
Reference in New Issue