peps: Remove redundant leading zeroes in PEP references.
https://hg.python.org/peps/rev/270b464879a6 changeset: 6273:270b464879a6 user: Serhiy Storchaka <storchaka@gmail.com> date: Thu Mar 31 17:45:40 2016 +0300 summary: Remove redundant leading zeroes in PEP references. files: pep-0211.txt | 2 +- pep-0263.txt | 2 +- pep-0275.txt | 2 +- pep-0437.txt | 2 +- pep-0496.txt | 6 +++--- pep-0513.txt | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pep-0211.txt b/pep-0211.txt --- a/pep-0211.txt +++ b/pep-0211.txt @@ -28,7 +28,7 @@ Classes will be able to overload this operator using the special methods "__across__", "__racross__", and "__iacross__". In - particular, the new Numeric module (PEP 0209) will overload this + particular, the new Numeric module (PEP 209) will overload this operator for multi-dimensional arrays to implement matrix multiplication. diff --git a/pep-0263.txt b/pep-0263.txt --- a/pep-0263.txt +++ b/pep-0263.txt @@ -1,4 +1,4 @@ -PEP: 0263 +PEP: 263 Title: Defining Python Source Code Encodings Version: $Revision$ Last-Modified: $Date$ diff --git a/pep-0275.txt b/pep-0275.txt --- a/pep-0275.txt +++ b/pep-0275.txt @@ -1,4 +1,4 @@ -PEP: 0275 +PEP: 275 Title: Switching on Multiple Values Version: $Revision$ Last-Modified: $Date$ diff --git a/pep-0437.txt b/pep-0437.txt --- a/pep-0437.txt +++ b/pep-0437.txt @@ -1,4 +1,4 @@ -PEP: 0437 +PEP: 437 Title: A DSL for specifying signatures, annotations and argument converters Version: $Revision$ Last-Modified: $Date$ diff --git a/pep-0496.txt b/pep-0496.txt --- a/pep-0496.txt +++ b/pep-0496.txt @@ -1,4 +1,4 @@ -PEP: 0496 +PEP: 496 Title: Environment Markers Version: $Revision$ Last-Modified: $Date$ @@ -148,10 +148,10 @@ .. [1] PEP 345, Metadata for Python Software Packages 1.2, Jones (http://www.python.org/dev/peps/pep-0345) -.. [2] PEP 0426, Metadata for Python Software Packages 2.0, Coghlan, Holth, Stufft +.. [2] PEP 426, Metadata for Python Software Packages 2.0, Coghlan, Holth, Stufft (http://www.python.org/dev/peps/pep-0426) -.. [3] PEP 0440, Version Identification and Dependency Specification, Coghlan, Stufft +.. [3] PEP 440, Version Identification and Dependency Specification, Coghlan, Stufft (https://www.python.org/dev/peps/pep-0440/) Copyright diff --git a/pep-0513.txt b/pep-0513.txt --- a/pep-0513.txt +++ b/pep-0513.txt @@ -568,9 +568,9 @@ References ========== -.. [1] PEP 0427 -- The Wheel Binary Package Format 1.0 +.. [1] PEP 427 -- The Wheel Binary Package Format 1.0 (https://www.python.org/dev/peps/pep-0427/) -.. [2] PEP 0491 -- The Wheel Binary Package Format 1.9 +.. [2] PEP 491 -- The Wheel Binary Package Format 1.9 (https://www.python.org/dev/peps/pep-0491/) .. [3] PEP 425 -- Compatibility Tags for Built Distributions (https://www.python.org/dev/peps/pep-0425/) -- Repository URL: https://hg.python.org/peps
participants (1)
-
serhiy.storchaka