8000 PEP 366, 395, 413, 426, 430, 440, 531, 535, 3150: Fix footnotes by hugovk · Pull Request #2794 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

PEP 366, 395, 413, 426, 430, 440, 531, 535, 3150: Fix footnotes #2794

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

Merged
merged 17 commits into from
Sep 16, 2022
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
PEP 440: Move bullets below footnotes
  • Loading branch information
hugovk committed Sep 15, 2022
commit c846586b4be1d2d8fbdc75b25155fb7f26991f64
18 changes: 9 additions & 9 deletions pep-0440.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1556,15 +1556,9 @@ References
The initial attempt at a standardised version scheme, along with the
justifications for needing such a standard can be found in :pep:`386`.

* `Reference Implementation of PEP 440 Versions and Specifiers
<https://github.com/pypa/packaging/pull/1>`__

.. [2] `Version compatibility analysis script
<https://github.com/pypa/packaging/blob/master/tasks/check.py>`__

* `Pessimistic version constraint
<https://web.archive.org/web/20130509214125/http://docs.rubygems.org/read/chapter/16>`__

.. [4] `File URIs in Windows
<https://web.archive.org/web/20130321051043/http://blogs.msdn.com/b/ie/archive/2006/12/06/file-uris-in-windows.aspx>`__

Expand All @@ -1580,12 +1574,18 @@ justifications for needing such a standard can be found in :pep:`386`.
.. [8] `Amend PEP 440 with Wider Feedback on Release Candidates
<https://mail.python.org/pipermail/distutils-sig/2014-December/025409.html>`__

* `Changing the status of PEP 440 to Provisional
<https://mail.python.org/pipermail/distutils-sig/2014-December/025412.html>`__

.. [10] `PEP 440: regex should not permit Unicode [Nd] characters
<https://github.com/python/peps/pull/966>`__

* `Reference Implementation of PEP 440 Versions and Specifiers
<https://github.com/pypa/packaging/pull/1>`__

* `Pessimistic version constraint
<https://web.archive.org/web/20130509214125/http://docs.rubygems.org/read/chapter/16>`__

* `Changing the status of PEP 440 to Provisional
<https://mail.python.org/pipermail/distutils-sig/2014-December/025412.html>`__

Appendix A
==========

Expand Down
0