Lint: Update outdated Python-Version on still-Draft PEPs (#2756)
Co-authored-by: Petr Viktorin <encukou@gmail.com>
This commit is contained in:
parent
de9695d9f0
commit
f613ad8801
|
@ -7,7 +7,7 @@ Status: Draft
|
|||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 30-Mar-2014
|
||||
Python-Version: 3.11
|
||||
Python-Version: 3.12
|
||||
Post-History: 30-Mar-2014, 15-Aug-2014, 16-Aug-2014, 07-Jun-2016, 01-Sep-2016,
|
||||
13-Apr-2021, 03-Nov-2021
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Status: Draft
|
|||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 05-Sep-2017
|
||||
Python-Version: 3.10
|
||||
Python-Version: 3.12
|
||||
Post-History: 07-Sep-2017, 08-Sep-2017, 13-Sep-2017, 05-Dec-2017,
|
||||
09-May-2018, 20-Apr-2020, 04-May-2020
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Status: Draft
|
|||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 08-Sep-2017
|
||||
Python-Version: 3.11
|
||||
Python-Version: 3.12
|
||||
Post-History: 08-Sep-2017, 22-May-2019, 30-May-2019, 30-Dec-2019, 18-Jul-2021,
|
||||
26-Aug-2021
|
||||
|
||||
|
|
|
@ -3,11 +3,11 @@ Title: Adding a frozenmap type to collections
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Yury Selivanov <yury@edgedb.com>
|
||||
Discussions-To: https://discuss.python.org/t/pep-603-adding-a-frozenmap-type-to-collections/2318/
|
||||
Status: Draft
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 12-Sep-2019
|
||||
Python-Version: 3.9
|
||||
Post-History: 12-Sep-2019
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Python 3.10 Release Schedule
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Pablo Galindo Salgado <pablogsal@python.org>
|
||||
Status: Draft
|
||||
Status: Active
|
||||
Type: Informational
|
||||
Content-Type: text/x-rst
|
||||
Created: 25-May-2020
|
||||
|
|
|
@ -5,7 +5,7 @@ Status: Draft
|
|||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 19-Jun-2020
|
||||
Python-Version: 3.10
|
||||
Python-Version: 3.12
|
||||
|
||||
Abstract
|
||||
========
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Python 3.11 Release Schedule
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Pablo Galindo Salgado <pablogsal@python.org>
|
||||
Status: Draft
|
||||
Status: Active
|
||||
Type: Informational
|
||||
Content-Type: text/x-rst
|
||||
Created: 12-Jul-2021
|
||||
|
|
|
@ -6,7 +6,7 @@ Status: Draft
|
|||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 24-Oct-2021
|
||||
Python-Version: 3.11
|
||||
Python-Version: 3.12
|
||||
Post-History: `24-Oct-2021 <https://mail.python.org/archives/list/python-ideas@python.org/thread/KR2TMLPFR7NHDZCDOS6VTNWDKZQQJN3V/>`__,
|
||||
`01-Dec-2021 <https://mail.python.org/archives/list/python-ideas@python.org/thread/UVOQEK7IRFSCBOH734T5GFJOEJXFCR6A/>`__
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ Status: Draft
|
|||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 30-Nov-2021
|
||||
Python-Version: 3.11
|
||||
|
||||
|
||||
Abstract
|
||||
========
|
||||
|
|
|
@ -6,7 +6,7 @@ Status: Draft
|
|||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 07-Jan-2022
|
||||
Python-Version: 3.11
|
||||
Python-Version: 3.12
|
||||
|
||||
|
||||
Abstract
|
||||
|
|
|
@ -6,7 +6,7 @@ Status: Draft
|
|||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 08-Mar-2022
|
||||
Python-Version: 3.11
|
||||
Python-Version: 3.12
|
||||
Post-History: `08-Mar-2022 <https://mail.python.org/archives/list/python-dev@python.org/thread/CF7B7FMACFYDAHU6NPBEVEY6TOSGICXU/>`__
|
||||
Resolution:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
PEP: 689
|
||||
Title: Unstable C API tier
|
||||
Author: Petr Viktorin <encukou@gmail.com>
|
||||
Discussions-To: https://mail.python.org/archives/list/python-dev@python.org/thread/PQXSP7E2B6KNXTJ2AERWMKKX42YP5D6O/
|
||||
Status: Deferred
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
|
|
Loading…
Reference in New Issue