Skip to content

Commit 42f88f1

Browse files
authored
Display list names in Resolution and Discussions-To headers (#2361)
1 parent d54a624 commit 42f88f1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+82
-84
lines changed

pep-0256.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Docstring Processing System Framework
33
Version: $Revision$
44
Last-Modified: $Date$
55
Author: David Goodger <goodger@python.org>
6-
Discussions-To: <doc-sig@python.org>
6+
Discussions-To: doc-sig@python.org
77
Status: Rejected
88
Type: Standards Track
99
Content-Type: text/x-rst

pep-0258.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Docutils Design Specification
33
Version: $Revision$
44
Last-Modified: $Date$
55
Author: David Goodger <goodger@python.org>
6-
Discussions-To: <doc-sig@python.org>
6+
Discussions-To: doc-sig@python.org
77
Status: Rejected
88
Type: Standards Track
99
Content-Type: text/x-rst

pep-0287.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: reStructuredText Docstring Format
33
Version: $Revision$
44
Last-Modified: $Date$
55
Author: David Goodger <goodger@python.org>
6-
Discussions-To: <doc-sig@python.org>
6+
Discussions-To: doc-sig@python.org
77
Status: Active
88
Type: Informational
99
Content-Type: text/x-rst

pep-0305.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Author: Kevin Altis <altis@semi-retired.com>,
77
Andrew McNamara <andrewm@object-craft.com.au>,
88
Skip Montanaro <skip@pobox.com>,
99
Cliff Wells <LogiplexSoftware@earthlink.net>
10-
Discussions-To: <csv@python.org>
10+
Discussions-To: csv@python.org
1111
Status: Final
1212
Type: Standards Track
1313
Content-Type: text/x-rst

pep-0333.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Python Web Server Gateway Interface v1.0
33
Version: $Revision$
44
Last-Modified: $Date$
55
Author: Phillip J. Eby <pje@telecommunity.com>
6-
Discussions-To: Python Web-SIG <web-sig@python.org>
6+
Discussions-To: web-sig@python.org
77
Status: Final
88
Type: Informational
99
Content-Type: text/x-rst

pep-0345.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Metadata for Python Software Packages 1.2
33
Version: $Revision$
44
Last-Modified: $Date$
55
Author: Richard Jones <richard@python.org>
6-
Discussions-To: Distutils SIG
6+
Discussions-To: distutils-sig@python.org
77
Status: Final
88
Type: Standards Track
99
Content-Type: text/x-rst

pep-0347.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Migrating the Python CVS to Subversion
33
Version: $Revision$
44
Last-Modified: $Date$
55
Author: Martin von Löwis <martin@v.loewis.de>
6-
Discussions-To: <python-dev@python.org>
6+
Discussions-To: python-dev@python.org
77
Status: Final
88
Type: Process
99
Content-Type: text/x-rst

pep-0390.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version: $Revision$
44
Last-Modified: $Date$
55
Author: Tarek Ziadé <tarek@ziade.org>
66
BDFL-Delegate: Nick Coghlan
7-
Discussions-To: <distutils-sig@python.org>
7+
Discussions-To: distutils-sig@python.org
88
Status: Rejected
99
Type: Standards Track
1010
Content-Type: text/x-rst

pep-0423.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Naming conventions and recipes related to packaging
33
Version: $Revision$
44
Last-Modified: $Date$
55
Author: Benoit Bryon <benoit@marmelune.net>
6-
Discussions-To: <distutils-sig@python.org>
6+
Discussions-To: distutils-sig@python.org
77
Status: Deferred
88
Type: Informational
99
Content-Type: text/x-rst

pep-0426.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Author: Nick Coghlan <ncoghlan@gmail.com>,
66
Daniel Holth <dholth@gmail.com>,
77
Donald Stufft <donald@stufft.io>
88
BDFL-Delegate: Donald Stufft <donald@stufft.io>
9-
Discussions-To: Distutils SIG <distutils-sig@python.org>
9+
Discussions-To: distutils-sig@python.org
1010
Status: Withdrawn
1111
Type: Informational
1212
Content-Type: text/x-rst

pep-0427.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version: $Revision$
44
Last-Modified: $Date$
55
Author: Daniel Holth <dholth@gmail.com>
66
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
7-
Discussions-To: <distutils-sig@python.org>
7+
Discussions-To: distutils-sig@python.org
88
Status: Final
99
Type: Standards Track
1010
Content-Type: text/x-rst

pep-0436.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: The Argument Clinic DSL
33
Version: $Revision$
44
Last-Modified: $Date$
55
Author: Larry Hastings <larry@hastings.org>
6-
Discussions-To: Python-Dev <python-dev@python.org>
6+
Discussions-To: python-dev@python.org
77
Status: Final
88
Type: Standards Track
99
Content-Type: text/x-rst

pep-0439.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version: $Revision$
44
Last-Modified: $Date$
55
Author: Richard Jones <richard@python.org>
66
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
7-
Discussions-To: <distutils-sig@python.org>
7+
Discussions-To: distutils-sig@python.org
88
Status: Rejected
99
Type: Standards Track
1010
Content-Type: text/x-rst

pep-0440.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Last-Modified: $Date$
55
Author: Nick Coghlan <ncoghlan@gmail.com>,
66
Donald Stufft <donald@stufft.io>
77
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
8-
Discussions-To: Distutils SIG <distutils-sig@python.org>
8+
Discussions-To: distutils-sig@python.org
99
Status: Active
1010
Type: Informational
1111
Content-Type: text/x-rst

pep-0443.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Single-dispatch generic functions
33
Version: $Revision$
44
Last-Modified: $Date$
55
Author: Łukasz Langa <lukasz@python.org>
6-
Discussions-To: Python-Dev <python-dev@python.org>
6+
Discussions-To: python-dev@python.org
77
Status: Final
88
Type: Standards Track
99
Content-Type: text/x-rst

pep-0444.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version: $Revision$
44
Last-Modified: $Date$
55
Author: Chris McDonough <chrism@plope.com>,
66
Armin Ronacher <armin.ronacher@active-4.com>
7-
Discussions-To: Python Web-SIG <web-sig@python.org>
7+
Discussions-To: web-sig@python.org
88
Status: Deferred
99
Type: Informational
1010
Content-Type: text/x-rst

pep-0457.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Notation For Positional-Only Parameters
33
Version: $Revision$
44
Last-Modified: $Date$
55
Author: Larry Hastings <larry@hastings.org>
6-
Discussions-To: Python-Dev <python-dev@python.org>
6+
Discussions-To: python-dev@python.org
77
Status: Final
88
Type: Informational
99
Content-Type: text/x-rst

pep-0459.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version: $Revision$
44
Last-Modified: $Date$
55
Author: Nick Coghlan <ncoghlan@gmail.com>
66
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
7-
Discussions-To: Distutils SIG <distutils-sig@python.org>
7+
Discussions-To: distutils-sig@python.org
88
Status: Withdrawn
99
Type: Standards Track
1010
Content-Type: text/x-rst

pep-0480.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Author: Trishank Karthik Kuppusamy <karthik@trishank.com>,
66
Vladimir Diaz <vladimir.diaz@nyu.edu>,
77
Justin Cappos <jcappos@nyu.edu>, Marina Moore <mm9693@nyu.edu>
88
BDFL-Delegate: Donald Stufft <donald@stufft.io>
9-
Discussions-To: Packaging category on Python Discourse <https://discuss.python.org/c/packaging>
9+
Discussions-To: https://discuss.python.org/c/packaging
1010
Status: Draft
1111
Type: Standards Track
1212
Content-Type: text/x-rst

pep-0482.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Literature Overview for Type Hints
33
Version: $Revision$
44
Last-Modified: $Date$
55
Author: Łukasz Langa <lukasz@python.org>
6-
Discussions-To: Python-Ideas <python-ideas@python.org>
6+
Discussions-To: python-ideas@python.org
77
Status: Final
88
Type: Informational
99
Content-Type: text/x-rst

pep-0483.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: The Theory of Type Hints
33
Version: $Revision$
44
Last-Modified: $Date$
55
Author: Guido van Rossum <guido@python.org>, Ivan Levkivskyi <levkivskyi@gmail.com>
6-
Discussions-To: Python-Ideas <python-ideas@python.org>
6+
Discussions-To: python-ideas@python.org
77
Status: Final
88
Type: Informational
99
Content-Type: text/x-rst

pep-0484.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version: $Revision$
44
Last-Modified: $Date$
55
Author: Guido van Rossum <guido@python.org>, Jukka Lehtosalo <jukka.lehtosalo@iki.fi>, Łukasz Langa <lukasz@python.org>
66
BDFL-Delegate: Mark Shannon
7-
Discussions-To: Python-Dev <python-dev@python.org>
7+
Discussions-To: python-dev@python.org
88
Status: Provisional
99
Type: Standards Track
1010
Content-Type: text/x-rst

pep-0491.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: The Wheel Binary Package Format 1.9
33
Version: $Revision$
44
Last-Modified: $Date$
55
Author: Daniel Holth <dholth@gmail.com>
6-
Discussions-To: <distutils-sig@python.org>
6+
Discussions-To: distutils-sig@python.org
77
Status: Deferred
88
Type: Standards Track
99
Content-Type: text/x-rst

pep-0492.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Coroutines with async and await syntax
33
Version: $Revision$
44
Last-Modified: $Date$
55
Author: Yury Selivanov <yury@edgedb.com>
6-
Discussions-To: <python-dev@python.org>
6+
Discussions-To: python-dev@python.org
77
Status: Final
88
Type: Standards Track
99
Content-Type: text/x-rst

pep-0495.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Local Time Disambiguation
33
Version: $Revision$
44
Last-Modified: $Date$
55
Author: Alexander Belopolsky <alexander.belopolsky@gmail.com>, Tim Peters <tim.peters@gmail.com>
6-
Discussions-To: Datetime-SIG <datetime-sig@python.org>
6+
Discussions-To: datetime-sig@python.org
77
Status: Final
88
Type: Standards Track
99
Content-Type: text/x-rst

pep-0500.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Title: A protocol for delegating datetime methods to their
44
Version: $Revision$
55
Last-Modified: $Date$
66
Author: Alexander Belopolsky <alexander.belopolsky@gmail.com>, Tim Peters <tim.peters@gmail.com>
7-
Discussions-To: Datetime-SIG <datetime-sig@python.org>
7+
Discussions-To: datetime-sig@python.org
88
Status: Rejected
99
Type: Standards Track
1010
Content-Type: text/x-rst

pep-0508.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version: $Revision$
44
Last-Modified: $Date$
55
Author: Robert Collins <rbtcollins@hp.com>
66
BDFL-Delegate: Donald Stufft <donald@stufft.io>
7-
Discussions-To: distutils-sig <distutils-sig@python.org>
7+
Discussions-To: distutils-sig@python.org
88
Status: Active
99
Type: Informational
1010
Content-Type: text/x-rst

pep-0513.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version: $Revision$
44
Last-Modified: $Date$
55
Author: Robert T. McGibbon <rmcgibbo@gmail.com>, Nathaniel J. Smith <njs@pobox.com>
66
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
7-
Discussions-To: Distutils SIG <distutils-sig@python.org>
7+
Discussions-To: distutils-sig@python.org
88
Status: Superseded
99
Type: Informational
1010
Content-Type: text/x-rst

pep-0516.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Last-Modified: $Date$
55
Author: Robert Collins <rbtcollins@hp.com>,
66
Nathaniel Smith <njs@pobox.com>
77
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
8-
Discussions-To: distutils-sig <distutils-sig@python.org>
8+
Discussions-To: distutils-sig@python.org
99
Status: Rejected
1010
Type: Standards Track
1111
Content-Type: text/x-rst

pep-0517.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Last-Modified: $Date$
55
Author: Nathaniel J. Smith <njs@pobox.com>,
66
Thomas Kluyver <thomas@kluyver.me.uk>
77
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
8-
Discussions-To: <distutils-sig@python.org>
8+
Discussions-To: distutils-sig@python.org
99
Status: Final
1010
Type: Standards Track
1111
Content-Type: text/x-rst

pep-0518.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Author: Brett Cannon <brett@python.org>,
66
Nathaniel Smith <njs@pobox.com>,
77
Donald Stufft <donald@stufft.io>
88
BDFL-Delegate: Nick Coghlan
9-
Discussions-To: distutils-sig <distutils-sig at python.org>
9+
Discussions-To: distutils-sig@python.org
1010
Status: Final
1111
Type: Standards Track
1212
Content-Type: text/x-rst

pep-0525.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Asynchronous Generators
33
Version: $Revision$
44
Last-Modified: $Date$
55
Author: Yury Selivanov <yury@edgedb.com>
6-
Discussions-To: <python-dev@python.org>
6+
Discussions-To: python-dev@python.org
77
Status: Final
88
Type: Standards Track
99
Content-Type: text/x-rst

pep-0530.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Asynchronous Comprehensions
33
Version: $Revision$
44
Last-Modified: $Date$
55
Author: Yury Selivanov <yury@edgedb.com>
6-
Discussions-To: <python-dev@python.org>
6+
Discussions-To: python-dev@python.org
77
Status: Final
88
Type: Standards Track
99
Content-Type: text/x-rst

pep-0541.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version: $Revision$
44
Last-Modified: $Date$
55
Author: Łukasz Langa <lukasz@python.org>
66
BDFL-Delegate: Mark Mangoba <mmangoba@python.org>
7-
Discussions-To: distutils-sig <distutils-sig@python.org>
7+
Discussions-To: distutils-sig@python.org
88
Status: Final
99
Type: Process
1010
Content-Type: text/x-rst

pep-0544.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version: $Revision$
44
Last-Modified: $Date$
55
Author: Ivan Levkivskyi <levkivskyi@gmail.com>, Jukka Lehtosalo <jukka.lehtosalo@iki.fi>, Łukasz Langa <lukasz@python.org>
66
BDFL-Delegate: Guido van Rossum <guido@python.org>
7-
Discussions-To: Python-Dev <python-dev@python.org>
7+
Discussions-To: python-dev@python.org
88
Status: Accepted
99
Type: Standards Track
1010
Content-Type: text/x-rst

pep-0549.rst

+1-1

pep-0558.rst

+1-1

pep-0563.rst

+1-1

pep-0566.rst

+1-1

pep-0571.rst

+1-1

pep-0581.rst

+1-1

pep-0585.rst

+1-1

pep-0586.rst

+1-1

pep-0588.rst

+1-1

0 commit comments

Comments
 (0)