Skip to content

Commit e46b836

Browse files
Add Topic for release schedule PEPs (#2669)
Release PEPs are a pretty unusual kind of PEP and it's useful to me to have them all listed together. Happy to adjust the name of the topic if desired. I took the opportunity to adjust the status of a few release PEPs. Now all releases for EOL versions are Final (3.5 was previously Active), and all releases for released versions are Active (3.10 was still draft). 3.11 remains Draft as 3.11 has not yet been released. Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
1 parent 83b976d commit e46b836

23 files changed

Lines changed: 29 additions & 2 deletions

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ repos:
180180
- id: validate-topic
181181
name: "'Topic' must be for a valid sub-index"
182182
language: pygrep
183-
entry: '^Topic:(?:(?! +(Packaging|Typing|Packaging, Typing)$))'
183+
entry: '^Topic:(?:(?! +(Packaging|Typing|Release)(, (Packaging|Typing|Release))*$))'
184184
files: '^pep-\d+\.(rst|txt)$'
185185
types: [text]
186186

pep-0160.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Last-Modified: $Date$
55
Author: Fred L. Drake, Jr. <fred@fdrake.net>
66
Status: Final
77
Type: Informational
8+
Topic: Release
89
Content-Type: text/x-rst
910
Created: 25-Jul-2000
1011
Python-Version: 1.6

pep-0200.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Last-Modified: $Date$
55
Author: Jeremy Hylton <jeremy@alum.mit.edu>
66
Status: Final
77
Type: Informational
8+
Topic: Release
89
Content-Type: text/x-rst
910
Created: 12-Jul-2000
1011
Python-Version: 2.0

pep-0226.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Last-Modified: $Date$
55
Author: Jeremy Hylton <jeremy@alum.mit.edu>
66
Status: Final
77
Type: Informational
8+
Topic: Release
89
Content-Type: text/x-rst
910
Created: 16-Oct-2000
1011
Python-Version: 2.1

pep-0251.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Title: Python 2.2 Release Schedule
33
Author: Barry Warsaw <barry@python.org>, Guido van Rossum <guido@python.org>
44
Status: Final
55
Type: Informational
6+
Topic: Release
67
Content-Type: text/x-rst
78
Created: 17-Apr-2001
89
Python-Version: 2.2

pep-0283.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Last-Modified: $Date$
55
Author: Guido van Rossum
66
Status: Final
77
Type: Informational
8+
Topic: Release
89
Content-Type: text/x-rst
910
Created: 27-Feb-2002
1011
Python-Version: 2.3

pep-0320.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Last-Modified: $Date$
55
Author: Barry Warsaw, Raymond Hettinger, Anthony Baxter
66
Status: Final
77
Type: Informational
8+
Topic: Release
89
Content-Type: text/x-rst
910
Created: 29-Jul-2003
1011
Python-Version: 2.4

pep-0356.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Last-Modified: $Date$
55
Author: Neal Norwitz, Guido van Rossum, Anthony Baxter
66
Status: Final
77
Type: Informational
8+
Topic: Release
89
Content-Type: text/x-rst
910
Created: 07-Feb-2006
1011
Python-Version: 2.5

pep-0361.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Last-Modified: $Date$
55
Author: Neal Norwitz, Barry Warsaw
66
Status: Final
77
Type: Informational
8+
Topic: Release
89
Content-Type: text/x-rst
910
Created: 29-Jun-2006
1011
Python-Version: 2.6, 3.0

pep-0373.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Last-Modified: $Date$
55
Author: Benjamin Peterson <benjamin@python.org>
66
Status: Final
77
Type: Informational
8+
Topic: Release
89
Content-Type: text/x-rst
910
Created: 03-Nov-2008
1011
Python-Version: 2.7

0 commit comments

Comments
 (0)