[Python-checkins] r65628 - in peps/trunk: pep-0006.txt pep-0007.txt pep-0009.txt pep-0012.txt

barry.warsaw python-checkins at python.org
Sun Aug 10 15:59:21 CEST 2008


Author: barry.warsaw
Date: Sun Aug 10 15:59:20 2008
New Revision: 65628

Log:
update some urls

Modified:
   peps/trunk/pep-0006.txt
   peps/trunk/pep-0007.txt
   peps/trunk/pep-0009.txt
   peps/trunk/pep-0012.txt

Modified: peps/trunk/pep-0006.txt
==============================================================================
--- peps/trunk/pep-0006.txt	(original)
+++ peps/trunk/pep-0006.txt	Sun Aug 10 15:59:20 2008
@@ -203,10 +203,10 @@
     [1] http://www.tcl.tk/cgi-bin/tct/tip/28.html
 
     [2] PEP 3, Guidelines for Handling Bug Reports, Hylton
-        http://www.python.org/peps/pep-0003.html
+        http://www.python.org/dev/peps/pep-0003.html
 
     [3] PEP 235, Import on Case-Insensitive Platforms, Peters
-        http://www.python.org/peps/pep-0235.html
+        http://www.python.org/dev/peps/pep-0235.html
 
 
 Copyright

Modified: peps/trunk/pep-0007.txt
==============================================================================
--- peps/trunk/pep-0007.txt	(original)
+++ peps/trunk/pep-0007.txt	Sun Aug 10 15:59:20 2008
@@ -201,7 +201,7 @@
 References
 
     [1] PEP 8, Style Guide for Python Code, van Rossum, Warsaw
-        http://www.python.org/peps/pep-0008.html
+        http://www.python.org/dev/peps/pep-0008.html
 
 
 Copyright

Modified: peps/trunk/pep-0009.txt
==============================================================================
--- peps/trunk/pep-0009.txt	(original)
+++ peps/trunk/pep-0009.txt	Sun Aug 10 15:59:20 2008
@@ -188,12 +188,12 @@
         References
 
             [7] PEP 1, PEP Purpose and Guidelines, Warsaw, Hylton
-                http://www.python.org/peps/pep-0001.html
+                http://www.python.org/dev/peps/pep-0001.html
 
     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
+        http://www.python.org/dev/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
+        http://www.python.org/dev/peps/pep-0001
 
     [2] PEP 12, Sample reStructuredText PEP Template, Goodger, Warsaw
-        http://www.python.org/peps/pep-0012
+        http://www.python.org/dev/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	Sun Aug 10 15:59:20 2008
@@ -484,12 +484,12 @@
     ==========
 
     .. [2] PEP 1, "PEP Purpose and Guidelines", Warsaw, Hylton
-       (http://www.python.org/peps/pep-0001)
+       (http://www.python.org/dev/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
+    http://www.python.org/dev/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
+       http://www.python.org/dev/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)
+   (http://www.python.org/dev/peps/pep-0001)
 
 .. [2] PEP 9, Sample Plaintext PEP Template, Warsaw
-   (http://www.python.org/peps/pep-0009)
+   (http://www.python.org/dev/peps/pep-0009)
 
 
 Copyright


More information about the Python-checkins mailing list