[Python-checkins] r68714 - in peps/trunk: pep-0200.txt pep-0203.txt pep-0211.txt pep-0225.txt pep-0231.txt pep-0236.txt pep-0238.txt pep-0239.txt pep-0240.txt pep-0243.txt pep-0244.txt pep-0245.txt pep-0246.txt pep-0251.txt pep-0255.txt pep-0256.txt pep-0257.txt pep-0258.txt pep-0269.txt pep-0274.txt pep-0276.txt pep-0281.txt pep-0284.txt pep-0287.txt pep-0288.txt pep-0290.txt pep-0298.txt pep-0301.txt pep-0302.txt pep-0313.txt pep-0314.txt pep-0317.txt pep-0323.txt pep-0325.txt pep-0329.txt pep-0331.txt pep-0334.txt pep-0337.txt pep-0338.txt pep-0340.txt pep-0346.txt pep-0348.txt pep-0352.txt pep-0666.txt pep-3126.txt

georg.brandl python-checkins at python.org
Sun Jan 18 10:50:43 CET 2009


Author: georg.brandl
Date: Sun Jan 18 10:50:42 2009
New Revision: 68714

Log:
Update not-so-old PEP URL.


Modified:
   peps/trunk/pep-0200.txt
   peps/trunk/pep-0203.txt
   peps/trunk/pep-0211.txt
   peps/trunk/pep-0225.txt
   peps/trunk/pep-0231.txt
   peps/trunk/pep-0236.txt
   peps/trunk/pep-0238.txt
   peps/trunk/pep-0239.txt
   peps/trunk/pep-0240.txt
   peps/trunk/pep-0243.txt
   peps/trunk/pep-0244.txt
   peps/trunk/pep-0245.txt
   peps/trunk/pep-0246.txt
   peps/trunk/pep-0251.txt
   peps/trunk/pep-0255.txt
   peps/trunk/pep-0256.txt
   peps/trunk/pep-0257.txt
   peps/trunk/pep-0258.txt
   peps/trunk/pep-0269.txt
   peps/trunk/pep-0274.txt
   peps/trunk/pep-0276.txt
   peps/trunk/pep-0281.txt
   peps/trunk/pep-0284.txt
   peps/trunk/pep-0287.txt
   peps/trunk/pep-0288.txt
   peps/trunk/pep-0290.txt
   peps/trunk/pep-0298.txt
   peps/trunk/pep-0301.txt
   peps/trunk/pep-0302.txt
   peps/trunk/pep-0313.txt
   peps/trunk/pep-0314.txt
   peps/trunk/pep-0317.txt
   peps/trunk/pep-0323.txt
   peps/trunk/pep-0325.txt
   peps/trunk/pep-0329.txt
   peps/trunk/pep-0331.txt
   peps/trunk/pep-0334.txt
   peps/trunk/pep-0337.txt
   peps/trunk/pep-0338.txt
   peps/trunk/pep-0340.txt
   peps/trunk/pep-0346.txt
   peps/trunk/pep-0348.txt
   peps/trunk/pep-0352.txt
   peps/trunk/pep-0666.txt
   peps/trunk/pep-3126.txt

Modified: peps/trunk/pep-0200.txt
==============================================================================
--- peps/trunk/pep-0200.txt	(original)
+++ peps/trunk/pep-0200.txt	Sun Jan 18 10:50:42 2009
@@ -314,7 +314,7 @@
 
     * Extended print statement - Barry Warsaw
       PEP 214
-      http://www.python.org/peps/pep-0214.html
+      http://www.python.org/dev/peps/pep-0214/
       SF Patch #100970
       http://sourceforge.net/patch/?func=detailpatch&patch_id=100970&group_id=5470
 

Modified: peps/trunk/pep-0203.txt
==============================================================================
--- peps/trunk/pep-0203.txt	(original)
+++ peps/trunk/pep-0203.txt	Sun Jan 18 10:50:42 2009
@@ -336,7 +336,7 @@
     [2] http://sourceforge.net/patch?func=detailpatch&patch_id=100699&group_id=5470
 
     [3] PEP 211, Adding A New Outer Product Operator, Wilson
-        http://www.python.org/peps/pep-0211.html
+        http://www.python.org/dev/peps/pep-0211/
 
 
 

Modified: peps/trunk/pep-0211.txt
==============================================================================
--- peps/trunk/pep-0211.txt	(original)
+++ peps/trunk/pep-0211.txt	Sun Jan 18 10:50:42 2009
@@ -174,14 +174,14 @@
 References
 
     [1] PEP 225, Elementwise/Objectwise Operators, Zhu, Lielens
-        http://www.python.org/peps/pep-0225.html
+        http://www.python.org/dev/peps/pep-0225/
 
     [2] http://bevo.che.wisc.edu/octave/
 
     [3] http://www.egroups.com/message/python-numeric/4
 
     [4] PEP 201, Lockstep Iteration, Warsaw
-        http://www.python.org/peps/pep-0201.html
+        http://www.python.org/dev/peps/pep-0201/
 
     [5] http://mail.python.org/pipermail/python-dev/2000-July/006427.html
 

Modified: peps/trunk/pep-0225.txt
==============================================================================
--- peps/trunk/pep-0225.txt	(original)
+++ peps/trunk/pep-0225.txt	Sun Jan 18 10:50:42 2009
@@ -767,7 +767,7 @@
     Its first (and current) version is at:
 
         http://www.python.org/pipermail/python-dev/2000-August/014876.html
-        http://www.python.org/peps/pep-0211.html
+        http://www.python.org/dev/peps/pep-0211/
 
 
 Additional References

Modified: peps/trunk/pep-0231.txt
==============================================================================
--- peps/trunk/pep-0231.txt	(original)
+++ peps/trunk/pep-0231.txt	Sun Jan 18 10:50:42 2009
@@ -602,7 +602,7 @@
     [7] http://www.foretec.com/python/workshops/1998-11/dd-ascher-sum.html
     [8] http://docs.python.org/howto/regex.html
     [9] PEP 213, Attribute Access Handlers, Prescod
-        http://www.python.org/peps/pep-0213.html
+        http://www.python.org/dev/peps/pep-0213/
 
 
 Rejection

Modified: peps/trunk/pep-0236.txt
==============================================================================
--- peps/trunk/pep-0236.txt	(original)
+++ peps/trunk/pep-0236.txt	Sun Jan 18 10:50:42 2009
@@ -345,13 +345,13 @@
 References and Footnotes
 
     [1] PEP 5, Guidelines for Language Evolution, Prescod
-        http://www.python.org/peps/pep-0005.html
+        http://www.python.org/dev/peps/pep-0005/
 
     [2] PEP 227, Statically Nested Scopes, Hylton
-        http://www.python.org/peps/pep-0227.html
+        http://www.python.org/dev/peps/pep-0227/
 
     [3] PEP 230, Warning Framework, Van Rossum
-        http://www.python.org/peps/pep-0230.html
+        http://www.python.org/dev/peps/pep-0230/
 
     [4] Note that this is "may" and not "will":  better safe than sorry.  Of
         course spurious warnings won't be generated when avoidable with

Modified: peps/trunk/pep-0238.txt
==============================================================================
--- peps/trunk/pep-0238.txt	(original)
+++ peps/trunk/pep-0238.txt	Sun Jan 18 10:50:42 2009
@@ -498,22 +498,22 @@
 References
 
     [0] PEP 228, Reworking Python's Numeric Model
-        http://www.python.org/peps/pep-0228.html
+        http://www.python.org/dev/peps/pep-0228/
 
     [1] PEP 237, Unifying Long Integers and Integers, Zadka,
-        http://www.python.org/peps/pep-0237.html
+        http://www.python.org/dev/peps/pep-0237/
 
     [2] PEP 239, Adding a Rational Type to Python, Zadka,
-        http://www.python.org/peps/pep-0239.html
+        http://www.python.org/dev/peps/pep-0239/
 
     [3] PEP 240, Adding a Rational Literal to Python, Zadka,
-        http://www.python.org/peps/pep-0240.html
+        http://www.python.org/dev/peps/pep-0240/
 
     [4] PEP 236, Back to the __future__, Peters,
-        http://www.python.org/peps/pep-0236.html
+        http://www.python.org/dev/peps/pep-0236/
 
     [5] PEP 264, Future statements in simulated shells
-        http://www.python.org/peps/pep-0236.html
+        http://www.python.org/dev/peps/pep-0236/
 
 
 Copyright

Modified: peps/trunk/pep-0239.txt
==============================================================================
--- peps/trunk/pep-0239.txt	(original)
+++ peps/trunk/pep-0239.txt	Sun Jan 18 10:50:42 2009
@@ -115,7 +115,7 @@
 References
 
     [1] PEP 240, Adding a Rational Literal to Python, Zadka,
-        http://www.python.org/peps/pep-0240.html
+        http://www.python.org/dev/peps/pep-0240/
 
 
 Copyright

Modified: peps/trunk/pep-0240.txt
==============================================================================
--- peps/trunk/pep-0240.txt	(original)
+++ peps/trunk/pep-0240.txt	Sun Jan 18 10:50:42 2009
@@ -80,7 +80,7 @@
 References
 
     [1] PEP 239, Adding a Rational Type to Python, Zadka,
-        http://www.python.org/peps/pep-0239.html
+        http://www.python.org/dev/peps/pep-0239/
 
 
 Copyright

Modified: peps/trunk/pep-0243.txt
==============================================================================
--- peps/trunk/pep-0243.txt	(original)
+++ peps/trunk/pep-0243.txt	Sun Jan 18 10:50:42 2009
@@ -163,7 +163,7 @@
 References
 
     [1] Metadata for Python Software Package, Kuchling,
-        http://www.python.org/peps/pep-0241.html
+        http://www.python.org/dev/peps/pep-0241/
 
     [2] RFC 1867, Form-based File Upload in HTML
         http://www.faqs.org/rfcs/rfc1867.html

Modified: peps/trunk/pep-0244.txt
==============================================================================
--- peps/trunk/pep-0244.txt	(original)
+++ peps/trunk/pep-0244.txt	Sun Jan 18 10:50:42 2009
@@ -153,13 +153,13 @@
 References and Footnotes
 
     [1] PEP 5, Guidelines for Language Evolution, Prescod
-        http://www.python.org/peps/pep-0005.html
+        http://www.python.org/dev/peps/pep-0005/
 
     [2] PEP 227, Statically Nested Scopes, Hylton
-        http://www.python.org/peps/pep-0227.html
+        http://www.python.org/dev/peps/pep-0227/
 
     [3] PEP 236, Back to the __future__, Peters
-        http://www.python.org/peps/pep-0236.html
+        http://www.python.org/dev/peps/pep-0236/
 
 
 Copyright

Modified: peps/trunk/pep-0245.txt
==============================================================================
--- peps/trunk/pep-0245.txt	(original)
+++ peps/trunk/pep-0245.txt	Sun Jan 18 10:50:42 2009
@@ -478,18 +478,18 @@
     [2] http://www.zope.org
 
     [3] PEP 232, Function Attributes, Warsaw
-        http://www.python.org/peps/pep-0232.html
+        http://www.python.org/dev/peps/pep-0232/
 
     [4] PEP 233, Python Online Help, Prescod
-        http://www.python.org/peps/pep-0233.html
+        http://www.python.org/dev/peps/pep-0233/
 
     [5] http://www.lemburg.com/files/python/mxProxy.html
 
     [6] PEP 236, Back to the __future__, Peters
-        http://www.python.org/peps/pep-0236.html
+        http://www.python.org/dev/peps/pep-0236/
 
     [7] PEP 230, Warning Framework, van Rossum
-        http://www.python.org/peps/pep-0236.html
+        http://www.python.org/dev/peps/pep-0236/
 
 
 Copyright

Modified: peps/trunk/pep-0246.txt
==============================================================================
--- peps/trunk/pep-0246.txt	(original)
+++ peps/trunk/pep-0246.txt	Sun Jan 18 10:50:42 2009
@@ -720,7 +720,7 @@
 References and Footnotes
 
     [1] PEP 245, Python Interface Syntax, Pelletier
-        http://www.python.org/peps/pep-0245.html
+        http://www.python.org/dev/peps/pep-0245/
 
     [2] http://www.zope.org/Wikis/Interfaces/FrontPage
 

Modified: peps/trunk/pep-0251.txt
==============================================================================
--- peps/trunk/pep-0251.txt	(original)
+++ peps/trunk/pep-0251.txt	Sun Jan 18 10:50:42 2009
@@ -68,7 +68,7 @@
 References
 
     [1] PEP 101, Doing Python Releases 101
-        http://www.python.org/peps/pep-0101.html
+        http://www.python.org/dev/peps/pep-0101/
 
     [2] Misc/NEWS file from CVS
         http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python/python/dist/src/Misc/NEWS?rev=1.337.2.4&content-type=text/vnd.viewcvs-markup

Modified: peps/trunk/pep-0255.txt
==============================================================================
--- peps/trunk/pep-0255.txt	(original)
+++ peps/trunk/pep-0255.txt	Sun Jan 18 10:50:42 2009
@@ -472,12 +472,12 @@
 Footnotes and References
 
     [1] PEP 234, Iterators, Yee, Van Rossum
-        http://www.python.org/peps/pep-0234.html
+        http://www.python.org/dev/peps/pep-0234/
 
     [2] http://www.stackless.com/
 
     [3] PEP 219, Stackless Python, McMillan
-        http://www.python.org/peps/pep-0219.html
+        http://www.python.org/dev/peps/pep-0219/
 
     [4] "Iteration Abstraction in Sather"
         Murer , Omohundro, Stoutamire and Szyperski
@@ -490,7 +490,7 @@
     [7] http://python.ca/nas/python/generator.diff
 
     [8] PEP 236, Back to the __future__, Peters
-        http://www.python.org/peps/pep-0236.html
+        http://www.python.org/dev/peps/pep-0236/
 
     [9] To experiment with this implementation, check out Python from CVS
         according to the instructions at

Modified: peps/trunk/pep-0256.txt
==============================================================================
--- peps/trunk/pep-0256.txt	(original)
+++ peps/trunk/pep-0256.txt	Sun Jan 18 10:50:42 2009
@@ -242,13 +242,13 @@
 ========================
 
 .. [#PEP-287] PEP 287, reStructuredText Docstring Format, Goodger
-   (http://www.python.org/peps/pep-0287.html)
+   (http://www.python.org/dev/peps/pep-0287/)
 
 .. [#PEP-257] PEP 257, Docstring Conventions, Goodger, Van Rossum
-   (http://www.python.org/peps/pep-0257.html)
+   (http://www.python.org/dev/peps/pep-0257/)
 
 .. [#PEP-258] PEP 258, Docutils Design Specification, Goodger
-   (http://www.python.org/peps/pep-0258.html)
+   (http://www.python.org/dev/peps/pep-0258/)
 
 .. _Literate Programming: http://www.literateprogramming.com/
 

Modified: peps/trunk/pep-0257.txt
==============================================================================
--- peps/trunk/pep-0257.txt	(original)
+++ peps/trunk/pep-0257.txt	Sun Jan 18 10:50:42 2009
@@ -286,10 +286,10 @@
 ========================
 
 .. [1] PEP 256, Docstring Processing System Framework, Goodger
-   (http://www.python.org/peps/pep-0256.html)
+   (http://www.python.org/dev/peps/pep-0256/)
 
 .. [2] PEP 258, Docutils Design Specification, Goodger
-   (http://www.python.org/peps/pep-0258.html)
+   (http://www.python.org/dev/peps/pep-0258/)
 
 .. [3] Guido van Rossum, Python's creator and Benevolent Dictator For
    Life.

Modified: peps/trunk/pep-0258.txt
==============================================================================
--- peps/trunk/pep-0258.txt	(original)
+++ peps/trunk/pep-0258.txt	Sun Jan 18 10:50:42 2009
@@ -951,13 +951,13 @@
 ==========================
 
 .. [#PEP-256] PEP 256, Docstring Processing System Framework, Goodger
-   (http://www.python.org/peps/pep-0256.html)
+   (http://www.python.org/dev/peps/pep-0256/)
 
 .. [#PEP-224] PEP 224, Attribute Docstrings, Lemburg
-   (http://www.python.org/peps/pep-0224.html)
+   (http://www.python.org/dev/peps/pep-0224/)
 
 .. [#PEP-216] PEP 216, Docstring Format, Zadka
-   (http://www.python.org/peps/pep-0216.html)
+   (http://www.python.org/dev/peps/pep-0216/)
 
 .. _docutils.dtd:
    http://docutils.sourceforge.net/docs/ref/docutils.dtd

Modified: peps/trunk/pep-0269.txt
==============================================================================
--- peps/trunk/pep-0269.txt	(original)
+++ peps/trunk/pep-0269.txt	Sun Jan 18 10:50:42 2009
@@ -169,7 +169,7 @@
         http://docs.python.org/library/compiler.html
 
     [4] Pelletier, Michel. "Python Interface Syntax", PEP-245.
-        http://www.python.org/peps/pep-0245.html
+        http://www.python.org/dev/peps/pep-0245/
 
     [5] The Python Types-SIG
         http://www.python.org/sigs/types-sig/

Modified: peps/trunk/pep-0274.txt
==============================================================================
--- peps/trunk/pep-0274.txt	(original)
+++ peps/trunk/pep-0274.txt	Sun Jan 18 10:50:42 2009
@@ -139,7 +139,7 @@
 References
 
     [1] PEP 202, List Comprehensions
-        http://www.python.org/peps/pep-0202.html
+        http://www.python.org/dev/peps/pep-0202/
 
 
 Copyright

Modified: peps/trunk/pep-0276.txt
==============================================================================
--- peps/trunk/pep-0276.txt	(original)
+++ peps/trunk/pep-0276.txt	Sun Jan 18 10:50:42 2009
@@ -407,13 +407,13 @@
 References
 
     [1] PEP 234, Iterators
-    http://www.python.org/peps/pep-0234.html
+    http://www.python.org/dev/peps/pep-0234/
 
     [2] PEP 204, Range Literals
-    http://www.python.org/peps/pep-0204.html
+    http://www.python.org/dev/peps/pep-0204/
 
     [3] PEP 212, Loop Counter Iteration
-    http://www.python.org/peps/pep-0212.html
+    http://www.python.org/dev/peps/pep-0212/
 
 
 Copyright

Modified: peps/trunk/pep-0281.txt
==============================================================================
--- peps/trunk/pep-0281.txt	(original)
+++ peps/trunk/pep-0281.txt	Sun Jan 18 10:50:42 2009
@@ -131,7 +131,7 @@
 References and Footnotes
 
    [1] PEP 212, Loop Counter Iteration
-       http://www.python.org/peps/pep-0212.html
+       http://www.python.org/dev/peps/pep-0212/
 
 
 Copyright

Modified: peps/trunk/pep-0284.txt
==============================================================================
--- peps/trunk/pep-0284.txt	(original)
+++ peps/trunk/pep-0284.txt	Sun Jan 18 10:50:42 2009
@@ -247,16 +247,16 @@
 References
 
     [1] PEP 204, Range Literals
-        http://www.python.org/peps/pep-0204.html
+        http://www.python.org/dev/peps/pep-0204/
 
     [2] PEP 212, Loop Counter Iteration
-        http://www.python.org/peps/pep-0212.html
+        http://www.python.org/dev/peps/pep-0212/
 
     [3] PEP 281, Loop Counter Iteration with range and xrange
-        http://www.python.org/peps/pep-0281.html
+        http://www.python.org/dev/peps/pep-0281/
 
     [4] PEP 276, Simple Iterator for ints
-        http://www.python.org/peps/pep-0276.html
+        http://www.python.org/dev/peps/pep-0276/
 
 
 Copyright

Modified: peps/trunk/pep-0287.txt
==============================================================================
--- peps/trunk/pep-0287.txt	(original)
+++ peps/trunk/pep-0287.txt	Sun Jan 18 10:50:42 2009
@@ -564,7 +564,7 @@
            [1] http://www.example.org/
 
            [2] PEP 9876, Let's Hope We Never Get Here
-               http://www.python.org/peps/pep-9876.html
+               http://www.python.org/dev/peps/pep-9876/
 
            [3] "Bogus Complexity Addition"
 
@@ -728,10 +728,10 @@
 ======================
 
 .. [#PEP-1] PEP 1, PEP Guidelines, Warsaw, Hylton
-   (http://www.python.org/peps/pep-0001.html)
+   (http://www.python.org/dev/peps/pep-0001/)
 
 .. [#PEP-9] PEP 9, Sample PEP Template, Warsaw
-   (http://www.python.org/peps/pep-0009.html)
+   (http://www.python.org/dev/peps/pep-0009/)
 
 .. [#Zen] From `The Zen of Python (by Tim Peters)`__ (or just
    "``import this``" in Python)
@@ -739,7 +739,7 @@
 __ http://www.python.org/doc/Humor.html#zen
 
 .. [#PEP-216] PEP 216, Docstring Format, Zadka
-   (http://www.python.org/peps/pep-0216.html)
+   (http://www.python.org/dev/peps/pep-0216/)
 
 .. _reStructuredText markup: http://docutils.sourceforge.net/rst.html
 

Modified: peps/trunk/pep-0288.txt
==============================================================================
--- peps/trunk/pep-0288.txt	(original)
+++ peps/trunk/pep-0288.txt	Sun Jan 18 10:50:42 2009
@@ -143,7 +143,7 @@
         http://gnosis.cx/publish/programming/charming_python_b7.txt
 
     [2] PEP 255 Simple Generators:
-        http://www.python.org/peps/pep-0255.html
+        http://www.python.org/dev/peps/pep-0255/
 
     [3] Proof-of-concept recipe:
         http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/164044

Modified: peps/trunk/pep-0290.txt
==============================================================================
--- peps/trunk/pep-0290.txt	(original)
+++ peps/trunk/pep-0290.txt	Sun Jan 18 10:50:42 2009
@@ -452,7 +452,7 @@
 ==========
 
 .. [1] PEP 4, Deprecation of Standard Modules, von Loewis
-   (http://www.python.org/peps/pep-0004.html)
+   (http://www.python.org/dev/peps/pep-0004/)
 
 .. _PyChecker: http://pychecker.sourceforge.net/
 

Modified: peps/trunk/pep-0298.txt
==============================================================================
--- peps/trunk/pep-0298.txt	(original)
+++ peps/trunk/pep-0298.txt	Sun Jan 18 10:50:42 2009
@@ -216,7 +216,7 @@
         http://mail.python.org/pipermail/python-dev/2000-October/009974.html
 
     [2] The Buffer Problem
-        http://www.python.org/peps/pep-0296.html
+        http://www.python.org/dev/peps/pep-0296/
 
 
 Copyright

Modified: peps/trunk/pep-0301.txt
==============================================================================
--- peps/trunk/pep-0301.txt	(original)
+++ peps/trunk/pep-0301.txt	Sun Jan 18 10:50:42 2009
@@ -365,10 +365,10 @@
    (http://pause.cpan.org/)
 
 .. [6] PEP 243, Module Repository Upload Mechanism
-   (http://www.python.org/peps/pep-0243.html)
+   (http://www.python.org/dev/peps/pep-0243/)
 
 .. [7] PEP 262, A Database of Installed Python Packages
-   (http://www.python.org/peps/pep-0262.html)
+   (http://www.python.org/dev/peps/pep-0262/)
 
 .. [8] [PEP243] upload status is bogus
    (http://mail.python.org/pipermail/distutils-sig/2001-March/002262.html)

Modified: peps/trunk/pep-0302.txt
==============================================================================
--- peps/trunk/pep-0302.txt	(original)
+++ peps/trunk/pep-0302.txt	Sun Jan 18 10:50:42 2009
@@ -553,7 +553,7 @@
     http://www.mcmillan-inc.com/install1.html
 
     [2] PEP 273, Import Modules from Zip Archives, Ahlstrom
-    http://www.python.org/peps/pep-0273.html
+    http://www.python.org/dev/peps/pep-0273/
 
     [3] The Freeze tool
     Tools/freeze/ in a Python source distribution

Modified: peps/trunk/pep-0313.txt
==============================================================================
--- peps/trunk/pep-0313.txt	(original)
+++ peps/trunk/pep-0313.txt	Sun Jan 18 10:50:42 2009
@@ -105,13 +105,13 @@
 References
 
     [1] PEP 239, Adding a Rational Type to Python
-        http://www.python.org/peps/pep-0239.html
+        http://www.python.org/dev/peps/pep-0239/
 
     [2] PEP 240, Adding a Rational Literal to Python
-        http://www.python.org/peps/pep-0240.html
+        http://www.python.org/dev/peps/pep-0240/
 
     [3] PEP 8, Style Guide for Python Code
-        http://www.python.org/peps/pep-0008.html
+        http://www.python.org/dev/peps/pep-0008/
 
 
 Copyright

Modified: peps/trunk/pep-0314.txt
==============================================================================
--- peps/trunk/pep-0314.txt	(original)
+++ peps/trunk/pep-0314.txt	Sun Jan 18 10:50:42 2009
@@ -300,7 +300,7 @@
         http://docutils.sourceforge.net/
 
     [2] PEP 301
-        http://www.python.org/peps/pep-0301.html
+        http://www.python.org/dev/peps/pep-0301/
 
 
 Copyright

Modified: peps/trunk/pep-0317.txt
==============================================================================
--- peps/trunk/pep-0317.txt	(original)
+++ peps/trunk/pep-0317.txt	Sun Jan 18 10:50:42 2009
@@ -434,16 +434,16 @@
        http://www.python.org/doc/essays/stdexceptions.html
 
 .. [2] "Guidelines for Language Evolution", Paul Prescod.
-       http://www.python.org/peps/pep-0005.html
+       http://www.python.org/dev/peps/pep-0005/
 
 .. [3] "Python Language Reference", Guido van Rossum.
        http://docs.python.org/reference/simple_stmts.html#raise
 
 .. [4] PEP 236 "Back to the __future__", Tim Peters.
-       http://www.python.org/peps/pep-0236.html
+       http://www.python.org/dev/peps/pep-0236/
 
 .. [5] PEP 230 "Warning Framework", Guido van Rossum.
-       http://www.python.org/peps/pep-0230.html
+       http://www.python.org/dev/peps/pep-0230/
 
 .. [6] Guido van Rossum, 11 June 2003 post to ``python-dev``.
        http://mail.python.org/pipermail/python-dev/2003-June/036176.html

Modified: peps/trunk/pep-0323.txt
==============================================================================
--- peps/trunk/pep-0323.txt	(original)
+++ peps/trunk/pep-0323.txt	Sun Jan 18 10:50:42 2009
@@ -466,7 +466,7 @@
         http://docs.python.org/library/copy.html
 
     [3] PEP 289, Generator Expressions, Hettinger
-        http://www.python.org/peps/pep-0289.html
+        http://www.python.org/dev/peps/pep-0289/
 
 Copyright
 

Modified: peps/trunk/pep-0325.txt
==============================================================================
--- peps/trunk/pep-0325.txt	(original)
+++ peps/trunk/pep-0325.txt	Sun Jan 18 10:50:42 2009
@@ -266,10 +266,10 @@
 References
 
     [1] PEP 255 Simple Generators
-        http://www.python.org/peps/pep-0255.html
+        http://www.python.org/dev/peps/pep-0255/
 
     [2] PEP 288 Generators Attributes and Exceptions
-        http://www.python.org/peps/pep-0288.html
+        http://www.python.org/dev/peps/pep-0288/
 
 
 Copyright

Modified: peps/trunk/pep-0329.txt
==============================================================================
--- peps/trunk/pep-0329.txt	(original)
+++ peps/trunk/pep-0329.txt	Sun Jan 18 10:50:42 2009
@@ -256,7 +256,7 @@
 ==========
 
 .. [1] Optimizing Global Variable/Attribute Access
-       http://www.python.org/peps/pep-0266.html
+       http://www.python.org/dev/peps/pep-0266/
 
 .. [2] ASPN Recipe for a non-private implementation
        http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/277940

Modified: peps/trunk/pep-0331.txt
==============================================================================
--- peps/trunk/pep-0331.txt	(original)
+++ peps/trunk/pep-0331.txt	Sun Jan 18 10:50:42 2009
@@ -164,7 +164,7 @@
 References
 
     [1] PEP 1, PEP Purpose and Guidelines, Warsaw, Hylton
-        http://www.python.org/peps/pep-0001.html
+        http://www.python.org/dev/peps/pep-0001/
 
     [2] Python locale documentation for embedding,
         http://docs.python.org/library/locale.html

Modified: peps/trunk/pep-0334.txt
==============================================================================
--- peps/trunk/pep-0334.txt	(original)
+++ peps/trunk/pep-0334.txt	Sun Jan 18 10:50:42 2009
@@ -382,7 +382,7 @@
    (http://c2.com/cgi/wiki?CallWithCurrentContinuation)
 
 .. [5] PEP 234, Iterators
-   (http://www.python.org/peps/pep-0234.html)
+   (http://www.python.org/dev/peps/pep-0234/)
 
 .. [6] Stackless Python
    (http://stackless.com)
@@ -391,7 +391,7 @@
    (http://www.sidhe.org/~dan/blog/archives/000178.html)
 
 .. [8] PEP 255, Simple Generators
-   (http://www.python.org/peps/pep-0255.html)
+   (http://www.python.org/dev/peps/pep-0255/)
 
 .. [9] itertools - Functions creating iterators
    (http://docs.python.org/library/itertools.html)

Modified: peps/trunk/pep-0337.txt
==============================================================================
--- peps/trunk/pep-0337.txt	(original)
+++ peps/trunk/pep-0337.txt	Sun Jan 18 10:50:42 2009
@@ -171,7 +171,7 @@
 References
 
     [1] PEP 282, A Logging System, Vinay Sajip, Trent Mick
-        http://www.python.org/peps/pep-0282.html
+        http://www.python.org/dev/peps/pep-0282/
 
     [2] http://mail.python.org/pipermail/python-dev/2004-October/049282.html
 

Modified: peps/trunk/pep-0338.txt
==============================================================================
--- peps/trunk/pep-0338.txt	(original)
+++ peps/trunk/pep-0338.txt	Sun Jan 18 10:50:42 2009
@@ -306,7 +306,7 @@
 ==========
 
 .. [1] Special __main__() function in modules
-   (http://www.python.org/peps/pep-0299.html)
+   (http://www.python.org/dev/peps/pep-0299/)
 
 .. [2] PEP 338 implementation (runpy module and ``-m`` update)
    (http://www.python.org/sf/1429601)
@@ -315,7 +315,7 @@
    (http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/307772)
 
 .. [4] New import hooks
-   (http://www.python.org/peps/pep-0302.html)
+   (http://www.python.org/dev/peps/pep-0302/)
 
 .. [5] PEP 338 documentation (for runpy module)
    (http://www.python.org/sf/1429605)

Modified: peps/trunk/pep-0340.txt
==============================================================================
--- peps/trunk/pep-0340.txt	(original)
+++ peps/trunk/pep-0340.txt	Sun Jan 18 10:50:42 2009
@@ -451,7 +451,7 @@
        Used as follows:
 
         block auto_retry(3, IOError):
-            f = urllib.urlopen("http://python.org/peps/pep-0340.html")
+            f = urllib.urlopen("http://www.python.org/dev/peps/pep-0340/")
             print f.read()
 
     5. It is possible to nest blocks and combine templates:

Modified: peps/trunk/pep-0346.txt
==============================================================================
--- peps/trunk/pep-0346.txt	(original)
+++ peps/trunk/pep-0346.txt	Sun Jan 18 10:50:42 2009
@@ -1264,22 +1264,22 @@
 ==========
 
 .. [1] Reliable Acquisition/Release Pairs
-   (http://www.python.org/peps/pep-0310.html)
+   (http://www.python.org/dev/peps/pep-0310/)
 
 .. [2] Anonymous block statements
-   (http://www.python.org/peps/pep-0340.html)
+   (http://www.python.org/dev/peps/pep-0340/)
 
 .. [3] Anonymous blocks, redux
-   (http://www.python.org/peps/pep-0343.html)
+   (http://www.python.org/dev/peps/pep-0343/)
 
 .. [4] Enhanced Iterators
-   (http://www.python.org/peps/pep-0342.html)
+   (http://www.python.org/dev/peps/pep-0342/)
 
 .. [5] Generator Attributes and Exceptions
-   (http://www.python.org/peps/pep-0288.html)
+   (http://www.python.org/dev/peps/pep-0288/)
 
 .. [6] Resource-Release Support for Generators
-   (http://www.python.org/peps/pep-0325.html)
+   (http://www.python.org/dev/peps/pep-0325/)
 
 .. [7] A rant against flow control macros
    (http://blogs.msdn.com/oldnewthing/archive/2005/01/06/347666.aspx)

Modified: peps/trunk/pep-0348.txt
==============================================================================
--- peps/trunk/pep-0348.txt	(original)
+++ peps/trunk/pep-0348.txt	Sun Jan 18 10:50:42 2009
@@ -447,13 +447,13 @@
 ==========
 
 .. [#PEP342] PEP 342 (Coroutines via Enhanced Generators)
-   http://www.python.org/peps/pep-0342.html
+   http://www.python.org/dev/peps/pep-0342/
 
 .. [#PEP344] PEP 344 (Exception Chaining and Embedded Tracebacks)
-   http://www.python.org/peps/pep-0344.html
+   http://www.python.org/dev/peps/pep-0344/
 
 .. [#PEP290] PEP 290 (Code Migration and Modernization)
-   http://www.python.org/peps/pep-0290.html
+   http://www.python.org/dev/peps/pep-0290/
 
 .. [#Summary2004-08-01] python-dev Summary (An exception is an
    exception, unless it doesn't inherit from Exception)
@@ -505,7 +505,7 @@
    http://mail.python.org/pipermail/python-dev/2005-August/055423.html
 
 .. [#zen] PEP 20 (The Zen of Python)
-   http://www.python.org/peps/pep-0020.html
+   http://www.python.org/dev/peps/pep-0020/
 
 .. [#tutorial] Python Tutorial
    http://docs.python.org/tutorial/

Modified: peps/trunk/pep-0352.txt
==============================================================================
--- peps/trunk/pep-0352.txt	(original)
+++ peps/trunk/pep-0352.txt	Sun Jan 18 10:50:42 2009
@@ -283,7 +283,7 @@
 ==========
 
 .. [#pep348] PEP 348 (Exception Reorganization for Python 3.0)
-   http://www.python.org/peps/pep-0348.html
+   http://www.python.org/dev/peps/pep-0348/
 
 .. [#hierarchy-good] python-dev Summary for 2004-08-01 through 2004-08-15
    http://www.python.org/dev/summary/2004-08-01_2004-08-15.html#an-exception-is-an-exception-unless-it-doesn-t-inherit-from-exception

Modified: peps/trunk/pep-0666.txt
==============================================================================
--- peps/trunk/pep-0666.txt	(original)
+++ peps/trunk/pep-0666.txt	Sun Jan 18 10:50:42 2009
@@ -82,7 +82,7 @@
 References
 
     [1] PEP 1, PEP Purpose and Guidelines
-        http://www.python.org/peps/pep-0001.html
+        http://www.python.org/dev/peps/pep-0001/
 
     [2] Tim Peters already has (private correspondence).  My early 2.2 
         didn't have a __getattribute__, and __getattr__ was

Modified: peps/trunk/pep-3126.txt
==============================================================================
--- peps/trunk/pep-3126.txt	(original)
+++ peps/trunk/pep-3126.txt	Sun Jan 18 10:50:42 2009
@@ -353,7 +353,7 @@
     http://mail.python.org/pipermail/python-3000/2007-April/006563.html
 
 ..  [#PEP3101] PEP 3101, Advanced String Formatting, Talin
-    http://www.python.org/peps/pep-3101.html
+    http://www.python.org/dev/peps/pep-3101/
 
 ..  [#elimpercent] ps to question Re: Need help completing ABC pep,
     van Rossum


More information about the Python-checkins mailing list