-
-
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 |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ Author: Seth Larson <seth@python.org> | |
| Sponsor: Brett Cannon <brett@python.org> | ||
| PEP-Delegate: Brett Cannon <brett@python.org> | ||
| 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. |
||
|
|
||
| Abstract | ||
| ======== | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.