[Python-checkins] r68713 - in peps/trunk: pep-0279.txt pep-0289.txt pep-0319.txt

georg.brandl python-checkins at python.org
Sun Jan 18 10:47:54 CET 2009


Author: georg.brandl
Date: Sun Jan 18 10:47:54 2009
New Revision: 68713

Log:
Update old PEP URL.


Modified:
   peps/trunk/pep-0279.txt
   peps/trunk/pep-0289.txt
   peps/trunk/pep-0319.txt

Modified: peps/trunk/pep-0279.txt
==============================================================================
--- peps/trunk/pep-0279.txt	(original)
+++ peps/trunk/pep-0279.txt	Sun Jan 18 10:47:54 2009
@@ -179,13 +179,13 @@
 References
 
     [1] PEP 255 Simple Generators
-        http://python.sourceforge.net/peps/pep-0255.html
+        http://www.python.org/dev/peps/pep-0255/
 
     [2] PEP 212 Loop Counter Iteration
-        http://python.sourceforge.net/peps/pep-0212.html
+        http://www.python.org/dev/peps/pep-0212/
 
     [3] PEP 234 Iterators
-        http://python.sourceforge.net/peps/pep-0234.html
+        http://www.python.org/dev/peps/pep-0234/
 
 
 Copyright

Modified: peps/trunk/pep-0289.txt
==============================================================================
--- peps/trunk/pep-0289.txt	(original)
+++ peps/trunk/pep-0289.txt	Sun Jan 18 10:47:54 2009
@@ -288,10 +288,10 @@
 ==========
 
 .. [1] PEP 202 List Comprehensions
-       http://python.sourceforge.net/peps/pep-0202.html
+       http://www.python.org/dev/peps/pep-0202/
 
 .. [2] PEP 255 Simple Generators
-       http://python.sourceforge.net/peps/pep-0255.html
+       http://www.python.org/dev/peps/pep-0255/
 
 .. [3] Peter Norvig's Accumulation Display Proposal
        http://www.norvig.com/pyacc.html

Modified: peps/trunk/pep-0319.txt
==============================================================================
--- peps/trunk/pep-0319.txt	(original)
+++ peps/trunk/pep-0319.txt	Sun Jan 18 10:47:54 2009
@@ -477,13 +477,13 @@
         http://docs.python.org/reference/
 
     [2] PEP 236, Back to the __future__, Peters
-        http://python.sourceforge.net/peps/pep-0236.html
+        http://www.python.org/dev/peps/pep-0236/
 
     [3] PEP 230, Warning Framework, van Rossum
-        http://python.sourceforge.net/peps/pep-0236.html
+        http://www.python.org/dev/peps/pep-0230/
 
     [4] PEP 310, Reliable Acquisition/Release Pairs, Hudson, Moore
-        http://www.python.org/peps/pep-0310.html
+        http://www.python.org/dev/peps/pep-0310/
 
 
 Copyright


More information about the Python-checkins mailing list