-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Mark various accepted PEPs as Final #4986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
bb6dedc
79fb6db
2daf312
c81fe4c
eb9e95d
c2de49f
1cda784
e8971d7
1991c9d
cfaef04
93b777f
dbe05ea
00ee2c3
405018e
3f5e7c6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ Author: Geoffrey Thomas <[email protected]>, | |
| Pradyun Gedam <[email protected]> | ||
| PEP-Delegate: Paul Moore <[email protected]> | ||
| Discussions-To: https://discuss.python.org/t/10302 | ||
| Status: Accepted | ||
| Status: Final | ||
| Type: Standards Track | ||
| Topic: Packaging | ||
| Created: 18-May-2021 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ PEP: 687 | |
| Title: Isolating modules in the standard library | ||
| Author: Erlend Egeberg Aasland <[email protected]>, Petr Viktorin <[email protected]> | ||
| Discussions-To: https://discuss.python.org/t/14824 | ||
| Status: Accepted | ||
| Status: Final | ||
| Type: Standards Track | ||
| Requires: 489, 573, 630 | ||
| Created: 04-Apr-2022 | ||
|
|
@@ -11,6 +11,8 @@ Post-History: `04-Apr-2022 <https://discuss.python.org/t/14824>`__, | |
| `11-Apr-2022 <https://mail.python.org/archives/list/[email protected]/thread/B3HYQIE4Z5WBJCC3FUZJZHXLM32I4BZA/>`__ | ||
| Resolution: https://discuss.python.org/t/14824/4 | ||
|
|
||
| .. This PEP doesn't have any canonical documentation. | ||
|
|
||
| Abstract | ||
| ======== | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ Author: Donald Stufft <[email protected]>, | |
| Dustin Ingram <[email protected]> | ||
| PEP-Delegate: Brett Cannon <[email protected]> | ||
| Discussions-To: https://discuss.python.org/t/pep-691-json-based-simple-api-for-python-package-indexes/15553 | ||
| Status: Accepted | ||
| Status: Final | ||
| Type: Standards Track | ||
| Topic: Packaging | ||
| Created: 04-May-2022 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,15 +2,15 @@ PEP: 699 | |
| Title: Remove private dict version field added in PEP 509 | ||
| Author: Ken Jin <[email protected]> | ||
| Discussions-To: https://discuss.python.org/t/pep-699-remove-private-dict-version-field-added-in-pep-509/19724 | ||
| Status: Accepted | ||
| Status: Final | ||
| Type: Standards Track | ||
| 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: https://discuss.python.org/t/pep-699-remove-private-dict-version-field-added-in-pep-509/19724/13 | ||
|
|
||
|
|
||
| .. This PEP doesn't have any canonical documentation. | ||
|
|
||
| Abstract | ||
| ======== | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,14 +5,16 @@ Author: Pablo Galindo Salgado <[email protected]>, | |
| Lysandros Nikolaou <[email protected]>, | ||
| Marta Gómez Macías <[email protected]> | ||
| Discussions-To: https://discuss.python.org/t/pep-701-syntactic-formalization-of-f-strings/22046 | ||
| Status: Accepted | ||
| Status: Final | ||
| Type: Standards Track | ||
| Created: 15-Nov-2022 | ||
| Python-Version: 3.12 | ||
| Post-History: `19-Dec-2022 <https://discuss.python.org/t/pep-701-syntactic-formalization-of-f-strings/22046>`__, | ||
| Resolution: `14-Mar-2023 <https://discuss.python.org/t/pep-701-syntactic-formalization-of-f-strings/22046/119>`__ | ||
|
|
||
|
|
||
| .. canonical-doc:: :ref:`f-strings` | ||
|
|
||
| Abstract | ||
| ======== | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,14 +3,16 @@ Title: TypedDict with Typed Extra Items | |
| Author: Zixuan James Li <[email protected]> | ||
| Sponsor: Jelle Zijlstra <[email protected]> | ||
| Discussions-To: https://discuss.python.org/t/pep-728-typeddict-with-typed-extra-items/45443 | ||
| Status: Accepted | ||
| Status: Final | ||
| Type: Standards Track | ||
| Topic: Typing | ||
| Created: 12-Sep-2023 | ||
| Python-Version: 3.15 | ||
| Post-History: `09-Feb-2024 <https://discuss.python.org/t/pep-728-typeddict-with-typed-extra-items/45443>`__, | ||
| Resolution: `15-Aug-2025 <https://discuss.python.org/t/pep-728-typeddict-with-typed-extra-items/45443/159>`__ | ||
|
|
||
| .. canonical-doc:: :class:`~typing.TypedDict` | ||
|
|
||
|
|
||
| Abstract | ||
| ======== | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,7 @@ Author: William Woodruff <[email protected]>, | |
| Sponsor: Barry Warsaw <barry at python.org> | ||
| PEP-Delegate: Paul Moore <p.f.moore at gmail.com> | ||
| Discussions-To: https://discuss.python.org/t/pep-753-uniform-urls-in-core-metadata/62792 | ||
| Status: Accepted | ||
| Status: Final | ||
| Type: Standards Track | ||
| Topic: Packaging | ||
| Created: 29-Aug-2024 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ Author: Seth Larson <[email protected]> | |
| Sponsor: Brett Cannon <[email protected]> | ||
| PEP-Delegate: Brett Cannon <[email protected]> | ||
| Discussions-To: https://discuss.python.org/t/76308 | ||
| Status: Accepted | ||
| Status: Final | ||
| Type: Standards Track | ||
| Topic: Packaging | ||
| Created: 02-Jan-2025 | ||
|
|
@@ -13,7 +13,7 @@ Post-History: | |
| `06-Jan-2025 <https://discuss.python.org/t/76308>`__, | ||
| Resolution: `11-Apr-2025 <https://discuss.python.org/t/76308/112>`__ | ||
|
|
||
| .. canonical-pypa-spec:: https://packaging.python.org/en/latest/specifications/binary-distribution-format/#the-dist-info-sboms-directory | ||
| .. canonical-pypa-spec:: `The .dist-info/sboms/ directory <https://packaging.python.org/en/latest/specifications/binary-distribution-format/#the-dist-info-sboms-directory>`__ | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. (Why was it impossible to use
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah! Headings always create a ref, but its value derives from the heading content (so I can see why your tries didn’t find it, given inline markup in the title), and are prone to breaking for any change. Hopefully the doc will remain stable, and/or a linkcheck job in this repo can catch breakage.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Who controls the PyPA spec page (or is it us)? We could just ask nicely to add a ref there.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The PyPA folk do, you can open a PR at https://github.com/pypa/packaging.python.org.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
|
||
| Abstract | ||
| ======== | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ PEP: 829 | |
| Title: Package Startup Configuration Files | ||
| Author: Barry Warsaw <[email protected]> | ||
| Discussions-To: https://discuss.python.org/t/pep-829-structured-startup-configuration-via-site-toml-files/106789 | ||
| Status: Accepted | ||
| Status: Final | ||
| Type: Standards Track | ||
| Created: 31-Mar-2026 | ||
| Python-Version: 3.15 | ||
|
|
@@ -12,6 +12,8 @@ Post-History: | |
| `15-Apr-2026 <https://discuss.python.org/t/pep-829-structured-startup-configuration-files/106789/99>`__ | ||
| Resolution: `24-Apr-2026 <https://discuss.python.org/t/pep-829-structured-startup-configuration-files/106789/112>`__ | ||
|
|
||
| .. canonical-doc:: :ref:`site-start-files` | ||
|
|
||
|
|
||
| Abstract | ||
| ======== | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.