[Python-checkins] r52916 - peps/trunk/pep-0009.txt peps/trunk/pep-0012.txt

david.goodger python-checkins at python.org
Mon Dec 4 20:59:43 CET 2006


Author: david.goodger
Date: Mon Dec  4 20:59:42 2006
New Revision: 52916

Modified:
   peps/trunk/pep-0009.txt
   peps/trunk/pep-0012.txt
Log:
updated PEP templates with current PEP URLs

Modified: peps/trunk/pep-0009.txt
==============================================================================
--- peps/trunk/pep-0009.txt	(original)
+++ peps/trunk/pep-0009.txt	Mon Dec  4 20:59:42 2006
@@ -193,7 +193,7 @@
     If you decide to provide an explicit URL for a PEP, please use
     this as the URL template:
 
-        http://www.python.org/peps/pep-xxxx.html
+        http://www.python.org/peps/pep-xxxx
 
     PEP numbers in URLs must be padded with zeros from the left, so as
     to be exactly 4 characters wide, however PEP numbers in the text
@@ -203,10 +203,10 @@
 References
 
     [1] PEP 1, PEP Purpose and Guidelines, Warsaw, Hylton
-        http://www.python.org/peps/pep-0001.html
+        http://www.python.org/peps/pep-0001
 
     [2] PEP 12, Sample reStructuredText PEP Template, Goodger, Warsaw
-        http://www.python.org/peps/pep-0001.html
+        http://www.python.org/peps/pep-0012
 
     [3] http://www.opencontent.org/openpub/
 

Modified: peps/trunk/pep-0012.txt
==============================================================================
--- peps/trunk/pep-0012.txt	(original)
+++ peps/trunk/pep-0012.txt	Mon Dec  4 20:59:42 2006
@@ -484,12 +484,12 @@
     ==========
 
     .. [2] PEP 1, "PEP Purpose and Guidelines", Warsaw, Hylton
-       (http://www.python.org/peps/pep-0001.html)
+       (http://www.python.org/peps/pep-0001)
 
 If you decide to provide an explicit URL for a PEP, please use this as
 the URL template::
 
-    http://www.python.org/peps/pep-xxxx.html
+    http://www.python.org/peps/pep-xxxx
 
 PEP numbers in URLs must be padded with zeros from the left, so as to
 be exactly 4 characters wide, however PEP numbers in the text are
@@ -510,7 +510,7 @@
 
     .. [#PEP-1] PEP 1, "PEP Purpose and Guidelines", Warsaw, Hylton
 
-       http://www.python.org/peps/pep-0001.html
+       http://www.python.org/peps/pep-0001
 
 Footnotes and footnote references will be numbered automatically, and
 the numbers will always match.  Once a PEP is finalized, auto-numbered
@@ -621,10 +621,10 @@
 ==========
 
 .. [1] PEP 1, PEP Purpose and Guidelines, Warsaw, Hylton
-   (http://www.python.org/peps/pep-0001.html)
+   (http://www.python.org/peps/pep-0001)
 
 .. [2] PEP 9, Sample Plaintext PEP Template, Warsaw
-   (http://www.python.org/peps/pep-0009.html)
+   (http://www.python.org/peps/pep-0009)
 
 
 Copyright


More information about the Python-checkins mailing list