Skip to content

Commit f866e77

Browse files
Mark various accepted PEPs as Final (#4986)
1 parent c8954b4 commit f866e77

11 files changed

Lines changed: 25 additions & 13 deletions

peps/pep-0668.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Author: Geoffrey Thomas <geofft@ldpreload.com>,
1010
Pradyun Gedam <pradyunsg@gmail.com>
1111
PEP-Delegate: Paul Moore <p.f.moore@gmail.com>
1212
Discussions-To: https://discuss.python.org/t/10302
13-
Status: Accepted
13+
Status: Final
1414
Type: Standards Track
1515
Topic: Packaging
1616
Created: 18-May-2021

peps/pep-0687.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PEP: 687
22
Title: Isolating modules in the standard library
33
Author: Erlend Egeberg Aasland <erlend@python.org>, Petr Viktorin <encukou@gmail.com>
44
Discussions-To: https://discuss.python.org/t/14824
5-
Status: Accepted
5+
Status: Final
66
Type: Standards Track
77
Requires: 489, 573, 630
88
Created: 04-Apr-2022
@@ -11,6 +11,8 @@ Post-History: `04-Apr-2022 <https://discuss.python.org/t/14824>`__,
1111
`11-Apr-2022 <https://mail.python.org/archives/list/python-dev@python.org/thread/B3HYQIE4Z5WBJCC3FUZJZHXLM32I4BZA/>`__
1212
Resolution: https://discuss.python.org/t/14824/4
1313

14+
.. This PEP doesn't have any canonical documentation.
15+
1416
Abstract
1517
========
1618

peps/pep-0691.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Author: Donald Stufft <donald@stufft.io>,
66
Dustin Ingram <di@python.org>
77
PEP-Delegate: Brett Cannon <brett@python.org>
88
Discussions-To: https://discuss.python.org/t/pep-691-json-based-simple-api-for-python-package-indexes/15553
9-
Status: Accepted
9+
Status: Final
1010
Type: Standards Track
1111
Topic: Packaging
1212
Created: 04-May-2022

peps/pep-0699.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ PEP: 699
22
Title: Remove private dict version field added in PEP 509
33
Author: Ken Jin <kenjin@python.org>
44
Discussions-To: https://discuss.python.org/t/pep-699-remove-private-dict-version-field-added-in-pep-509/19724
5-
Status: Accepted
5+
Status: Final
66
Type: Standards Track
77
Created: 03-Oct-2022
88
Python-Version: 3.12
99
Post-History: `05-Oct-2022 <https://discuss.python.org/t/pep-699-remove-private-dict-version-field-added-in-pep-509/19724>`__
1010
Replaces: 509
1111
Resolution: https://discuss.python.org/t/pep-699-remove-private-dict-version-field-added-in-pep-509/19724/13
1212

13-
13+
.. This PEP doesn't have any canonical documentation.
1414
1515
Abstract
1616
========

peps/pep-0701.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ Author: Pablo Galindo Salgado <pablogsal@python.org>,
55
Lysandros Nikolaou <lisandrosnik@gmail.com>,
66
Marta Gómez Macías <cyberwitch@google.com>
77
Discussions-To: https://discuss.python.org/t/pep-701-syntactic-formalization-of-f-strings/22046
8-
Status: Accepted
8+
Status: Final
99
Type: Standards Track
1010
Created: 15-Nov-2022
1111
Python-Version: 3.12
1212
Post-History: `19-Dec-2022 <https://discuss.python.org/t/pep-701-syntactic-formalization-of-f-strings/22046>`__,
1313
Resolution: `14-Mar-2023 <https://discuss.python.org/t/pep-701-syntactic-formalization-of-f-strings/22046/119>`__
1414

1515

16+
.. canonical-doc:: :ref:`f-strings`
17+
1618
Abstract
1719
========
1820

peps/pep-0703.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Making the Global Interpreter Lock Optional in CPython
33
Author: Sam Gross <colesbury at gmail.com>
44
Sponsor: Łukasz Langa <lukasz at python.org>
55
Discussions-To: https://discuss.python.org/t/22606
6-
Status: Accepted
6+
Status: Final
77
Type: Standards Track
88
Created: 09-Jan-2023
99
Python-Version: 3.13
@@ -18,6 +18,8 @@ Resolution: `24-Oct-2023 <https://discuss.python.org/t/pep-703-making-the-global
1818
potentially rolling back all of PEP 703 entirely if necessary
1919
(however unlikely or undesirable we expect that to be).
2020

21+
.. canonical-doc:: :ref:`freethreading-python-howto`
22+
2123

2224
Abstract
2325
========

peps/pep-0728.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ Title: TypedDict with Typed Extra Items
33
Author: Zixuan James Li <p359101898@gmail.com>
44
Sponsor: Jelle Zijlstra <jelle.zijlstra@gmail.com>
55
Discussions-To: https://discuss.python.org/t/pep-728-typeddict-with-typed-extra-items/45443
6-
Status: Accepted
6+
Status: Final
77
Type: Standards Track
88
Topic: Typing
99
Created: 12-Sep-2023
1010
Python-Version: 3.15
1111
Post-History: `09-Feb-2024 <https://discuss.python.org/t/pep-728-typeddict-with-typed-extra-items/45443>`__,
1212
Resolution: `15-Aug-2025 <https://discuss.python.org/t/pep-728-typeddict-with-typed-extra-items/45443/159>`__
1313

14+
.. canonical-doc:: :class:`~typing.TypedDict`
15+
1416

1517
Abstract
1618
========

peps/pep-0753.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Author: William Woodruff <william@yossarian.net>,
55
Sponsor: Barry Warsaw <barry at python.org>
66
PEP-Delegate: Paul Moore <p.f.moore at gmail.com>
77
Discussions-To: https://discuss.python.org/t/pep-753-uniform-urls-in-core-metadata/62792
8-
Status: Accepted
8+
Status: Final
99
Type: Standards Track
1010
Topic: Packaging
1111
Created: 29-Aug-2024

peps/pep-0770.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Author: Seth Larson <seth@python.org>
44
Sponsor: Brett Cannon <brett@python.org>
55
PEP-Delegate: Brett Cannon <brett@python.org>
66
Discussions-To: https://discuss.python.org/t/76308
7-
Status: Accepted
7+
Status: Final
88
Type: Standards Track
99
Topic: Packaging
1010
Created: 02-Jan-2025
@@ -13,7 +13,7 @@ Post-History:
1313
`06-Jan-2025 <https://discuss.python.org/t/76308>`__,
1414
Resolution: `11-Apr-2025 <https://discuss.python.org/t/76308/112>`__
1515

16-
.. canonical-pypa-spec:: https://packaging.python.org/en/latest/specifications/binary-distribution-format/#the-dist-info-sboms-directory
16+
.. canonical-pypa-spec:: `The .dist-info/sboms/ directory <https://packaging.python.org/en/latest/specifications/binary-distribution-format/#the-dist-info-sboms-directory>`__
1717

1818
Abstract
1919
========

peps/pep-0773.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PEP: 773
22
Title: A Python Installation Manager for Windows
33
Author: Steve Dower
44
Discussions-To: https://discuss.python.org/t/77900/
5-
Status: Accepted
5+
Status: Final
66
Type: Standards Track
77
Topic: Release
88
Created: 21-Jan-2025
@@ -12,6 +12,8 @@ Post-History:
1212
Replaces: 397, 486
1313
Resolution: `25-Apr-2025 <https://discuss.python.org/t/77900/180>`__
1414

15+
.. canonical-doc:: `Python Releases for Windows <https://www.python.org/downloads/windows/>`__
16+
1517

1618
Abstract
1719
========

0 commit comments

Comments
 (0)