PEP 699 & 509: Accept 699 and supersede 509 (#2963)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
This commit is contained in:
parent
c34268dd5b
commit
ab15de6ab8
10
pep-0509.txt
10
pep-0509.txt
|
@ -1,13 +1,17 @@
|
|||
PEP: 509
|
||||
Title: Add a private version to dict
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Victor Stinner <vstinner@python.org>
|
||||
Status: Final
|
||||
Status: Superseded
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 04-Jan-2016
|
||||
Python-Version: 3.6
|
||||
Post-History: `08-Jan-2016 <https://mail.python.org/archives/list/python-ideas@python.org/thread/FPB7MLWMRSCYQVOUYN2SUV4NR47TPPG3/>`__,
|
||||
`11-Jan-2016 <https://mail.python.org/archives/list/python-dev@python.org/thread/AY42HER5DFKA7DJV25AL7YX5DQPF6RMV/>`__,
|
||||
`14-Apr-2016 <https://mail.python.org/archives/list/python-dev@python.org/thread/UXEQIDSTVLAHJVDQJMJPCU2QZGYMBV2H/>`__,
|
||||
`19-Apr-2016 <https://mail.python.org/archives/list/python-dev@python.org/thread/2S562SVRK5S2QKP3SFONG357Z72I6KLE/>`__
|
||||
Superseded-By: 699
|
||||
Resolution: https://mail.python.org/archives/list/python-dev@python.org/message/QFVJV6YQOUSWIYY4FBORY647YCBSCIMQ/
|
||||
|
||||
|
||||
Abstract
|
||||
|
|
|
@ -2,14 +2,14 @@ PEP: 699
|
|||
Title: Remove private dict version field added in PEP 509
|
||||
Author: Ken Jin <kenjin@python.org>
|
||||
Discussions-To: https://discuss.python.org/t/pep-699-remove-private-dict-version-field-added-in-pep-509/19724
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 03-Oct-2022
|
||||
Python-Version: 3.12
|
||||
Post-History: `05-Oct-2022 <https://discuss.python.org/t/pep-699-remove-private-dict-version-field-added-in-pep-509/19724>`__
|
||||
Replaces: 509
|
||||
Resolution:
|
||||
Resolution: https://discuss.python.org/t/pep-699-remove-private-dict-version-field-added-in-pep-509/19724/13
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue