[Python-checkins] r66727 - in peps/trunk: pep-0201.txt pep-0202.txt pep-0212.txt pep-0214.txt pep-0231.txt pep-0256.txt pep-0269.txt pep-0292.txt pep-0301.txt pep-0316.txt pep-0317.txt pep-0319.txt pep-0323.txt pep-0331.txt pep-3107.txt pep-3109.txt pep-3110.txt pep-3112.txt

georg.brandl python-checkins at python.org
Thu Oct 2 14:51:06 CEST 2008


Author: georg.brandl
Date: Thu Oct  2 14:51:05 2008
New Revision: 66727

Log:
More link updates.


Modified:
   peps/trunk/pep-0201.txt
   peps/trunk/pep-0202.txt
   peps/trunk/pep-0212.txt
   peps/trunk/pep-0214.txt
   peps/trunk/pep-0231.txt
   peps/trunk/pep-0256.txt
   peps/trunk/pep-0269.txt
   peps/trunk/pep-0292.txt
   peps/trunk/pep-0301.txt
   peps/trunk/pep-0316.txt
   peps/trunk/pep-0317.txt
   peps/trunk/pep-0319.txt
   peps/trunk/pep-0323.txt
   peps/trunk/pep-0331.txt
   peps/trunk/pep-3107.txt
   peps/trunk/pep-3109.txt
   peps/trunk/pep-3110.txt
   peps/trunk/pep-3112.txt

Modified: peps/trunk/pep-0201.txt
==============================================================================
--- peps/trunk/pep-0201.txt	(original)
+++ peps/trunk/pep-0201.txt	Thu Oct  2 14:51:05 2008
@@ -262,7 +262,7 @@
 
 References
 
-    [1] http://www.python.org/doc/current/ref/for.html
+    [1] http://docs.python.org/reference/compound_stmts.html#for
     [2] http://www.haskell.org/onlinereport/standard-prelude.html#$vzip
 
     Greg Wilson's questionaire on proposed syntax to some CS grad students

Modified: peps/trunk/pep-0202.txt
==============================================================================
--- peps/trunk/pep-0202.txt	(original)
+++ peps/trunk/pep-0202.txt	Thu Oct  2 14:51:05 2008
@@ -75,7 +75,7 @@
 
 References
 
-    [1] http://www.python.org/doc/current/ref/lists.html#l2h-238
+    [1] http://docs.python.org/reference/expressions.html#list-displays
 
 
 

Modified: peps/trunk/pep-0212.txt
==============================================================================
--- peps/trunk/pep-0212.txt	(original)
+++ peps/trunk/pep-0212.txt	Thu Oct  2 14:51:05 2008
@@ -153,7 +153,7 @@
 
 References
 
-    [1] http://www.python.org/doc/current/ref/for.html
+    [1] http://docs.python.org/reference/compound_stmts.html#for
     [2] Lockstep Iteration, PEP 201
     [3] http://sourceforge.net/patch/download.php?id=101138
     [4] http://sourceforge.net/patch/download.php?id=101129

Modified: peps/trunk/pep-0214.txt
==============================================================================
--- peps/trunk/pep-0214.txt	(original)
+++ peps/trunk/pep-0214.txt	Thu Oct  2 14:51:05 2008
@@ -359,7 +359,7 @@
 
 References
 
-    [1] http://www.python.org/doc/current/ref/print.html
+    [1] http://docs.python.org/reference/simple_stmts.html#print
     [2] http://sourceforge.net/patch/download.php?id=100970
 
 

Modified: peps/trunk/pep-0231.txt
==============================================================================
--- peps/trunk/pep-0231.txt	(original)
+++ peps/trunk/pep-0231.txt	Thu Oct  2 14:51:05 2008
@@ -594,13 +594,13 @@
 
 References
 
-    [1] http://www.python.org/doc/current/ref/attribute-access.html
+    [1] http://docs.python.org/reference/datamodel.html#customizing-attribute-access
     [2] http://www.javasoft.com/products/javabeans/
     [3] http://www.digicool.com/releases/ExtensionClass/Acquisition.html
     [5] http://www.digicool.com/releases/ExtensionClass
     [6] http://www.python.org/doc/essays/metaclasses/
     [7] http://www.foretec.com/python/workshops/1998-11/dd-ascher-sum.html
-    [8] http://www.python.org/doc/howto/rexec/rexec.html
+    [8] http://docs.python.org/howto/regex.html
     [9] PEP 213, Attribute Access Handlers, Prescod
         http://www.python.org/peps/pep-0213.html
 

Modified: peps/trunk/pep-0256.txt
==============================================================================
--- peps/trunk/pep-0256.txt	(original)
+++ peps/trunk/pep-0256.txt	Thu Oct  2 14:51:05 2008
@@ -269,7 +269,7 @@
 
 .. _HappyDoc: http://happydoc.sourceforge.net/
 
-.. _pydoc: http://www.python.org/doc/current/lib/module-pydoc.html
+.. _pydoc: http://docs.python.org/library/pydoc.html
 
 .. _docutils: http://www.tibsnjoan.co.uk/docutils.html
 

Modified: peps/trunk/pep-0269.txt
==============================================================================
--- peps/trunk/pep-0269.txt	(original)
+++ peps/trunk/pep-0269.txt	Thu Oct  2 14:51:05 2008
@@ -163,10 +163,10 @@
         http://www.python.org/sigs/compiler-sig/
 
     [2] Parser Module Documentation
-        http://www.python.org/doc/current/lib/module-parser.html
+        http://docs.python.org/library/parser.html
 
     [3] Hylton, Jeremy.
-        http://www.python.org/doc/current/lib/compiler.html
+        http://docs.python.org/library/compiler.html
 
     [4] Pelletier, Michel. "Python Interface Syntax", PEP-245.
         http://www.python.org/peps/pep-0245.html

Modified: peps/trunk/pep-0292.txt
==============================================================================
--- peps/trunk/pep-0292.txt	(original)
+++ peps/trunk/pep-0292.txt	Thu Oct  2 14:51:05 2008
@@ -182,10 +182,10 @@
 References
 
     [1] String Formatting Operations
-        http://www.python.org/doc/current/lib/typesseq-strings.html
+        http://docs.python.org/library/stdtypes.html#string-formatting-operations
 
     [2] Identifiers and Keywords
-        http://www.python.org/doc/current/ref/identifiers.html
+        http://docs.python.org/reference/lexical_analysis.html#identifiers-and-keywords
 
     [3] Guido's python-dev posting from 21-Jul-2002
         http://mail.python.org/pipermail/python-dev/2002-July/026397.html

Modified: peps/trunk/pep-0301.txt
==============================================================================
--- peps/trunk/pep-0301.txt	(original)
+++ peps/trunk/pep-0301.txt	Thu Oct  2 14:51:05 2008
@@ -350,7 +350,7 @@
 ==========
 
 .. [1] Distutils packaging system
-   (http://www.python.org/doc/current/lib/module-distutils.html)
+   (http://docs.python.org/library/distutils.html)
 
 .. [2] Trove
    (http://www.catb.org/~esr/trove/)

Modified: peps/trunk/pep-0316.txt
==============================================================================
--- peps/trunk/pep-0316.txt	(original)
+++ peps/trunk/pep-0316.txt	Thu Oct  2 14:51:05 2008
@@ -401,7 +401,7 @@
 .. [#oosc] Object-oriented Software Construction,  Bertrand Meyer,
            ISBN 0-13-629031-0
 
-.. [#doctest] http://www.python.org/doc/current/lib/module-doctest.html
+.. [#doctest] http://docs.python.org/library/doctest.html
        doctest -- Test docstrings represent reality
 
 .. [#dbc4p] Design by Contract for Python, R. Plosch

Modified: peps/trunk/pep-0317.txt
==============================================================================
--- peps/trunk/pep-0317.txt	(original)
+++ peps/trunk/pep-0317.txt	Thu Oct  2 14:51:05 2008
@@ -437,7 +437,7 @@
        http://www.python.org/peps/pep-0005.html
 
 .. [3] "Python Language Reference", Guido van Rossum.
-       http://www.python.org/doc/current/ref/raise.html
+       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

Modified: peps/trunk/pep-0319.txt
==============================================================================
--- peps/trunk/pep-0319.txt	(original)
+++ peps/trunk/pep-0319.txt	Thu Oct  2 14:51:05 2008
@@ -474,7 +474,7 @@
 References
 
     [1] The Python Language Reference
-        http://www.python.org/doc/current/ref/ref.html
+        http://docs.python.org/reference/
 
     [2] PEP 236, Back to the __future__, Peters
         http://python.sourceforge.net/peps/pep-0236.html

Modified: peps/trunk/pep-0323.txt
==============================================================================
--- peps/trunk/pep-0323.txt	(original)
+++ peps/trunk/pep-0323.txt	Thu Oct  2 14:51:05 2008
@@ -463,7 +463,7 @@
         http://mail.python.org/pipermail/python-dev/2003-October/038969.html
 
     [2] Online documentation for the copy module of the standard library:
-        http://www.python.org/doc/current/lib/module-copy.html
+        http://docs.python.org/library/copy.html
 
     [3] PEP 289, Generator Expressions, Hettinger
         http://www.python.org/peps/pep-0289.html

Modified: peps/trunk/pep-0331.txt
==============================================================================
--- peps/trunk/pep-0331.txt	(original)
+++ peps/trunk/pep-0331.txt	Thu Oct  2 14:51:05 2008
@@ -167,7 +167,7 @@
         http://www.python.org/peps/pep-0001.html
 
     [2] Python locale documentation for embedding,
-        http://www.python.org/doc/current/lib/embedding-locale.html
+        http://docs.python.org/library/locale.html
 
     [3] PyGTK homepage, http://www.daa.com.au/~james/pygtk/
 

Modified: peps/trunk/pep-3107.txt
==============================================================================
--- peps/trunk/pep-3107.txt	(original)
+++ peps/trunk/pep-3107.txt	Thu Oct  2 14:51:05 2008
@@ -299,7 +299,7 @@
    http://svn.python.org/view?rev=53170&view=rev
    
 .. [#grammar]
-   http://www.python.org/doc/current/ref/function.html
+   http://docs.python.org/reference/compound_stmts.html#function-definitions
 
 .. [#lambda]
    http://mail.python.org/pipermail/python-3000/2006-May/001613.html

Modified: peps/trunk/pep-3109.txt
==============================================================================
--- peps/trunk/pep-3109.txt	(original)
+++ peps/trunk/pep-3109.txt	Thu Oct  2 14:51:05 2008
@@ -248,7 +248,7 @@
    http://www.python.org/dev/peps/pep-0020/
    
 .. [#grammar]
-   http://www.python.org/doc/current/ref/raise.html
+   http://docs.python.org/reference/simple_stmts.html#raise
    
 .. [#throw-sig]
    http://www.python.org/dev/peps/pep-0342/

Modified: peps/trunk/pep-3110.txt
==============================================================================
--- peps/trunk/pep-3110.txt	(original)
+++ peps/trunk/pep-3110.txt	Thu Oct  2 14:51:05 2008
@@ -254,7 +254,7 @@
    http://mail.python.org/pipermail/python-dev/2006-March/062640.html
    
 .. [#grammar]
-   http://www.python.org/doc/current/ref/try.html
+   http://docs.python.org/reference/compound_stmts.html#try
    
 .. [#except-translation]
    http://mail.python.org/pipermail/python-3000/2007-January/005395.html

Modified: peps/trunk/pep-3112.txt
==============================================================================
--- peps/trunk/pep-3112.txt	(original)
+++ peps/trunk/pep-3112.txt	Thu Oct  2 14:51:05 2008
@@ -141,13 +141,13 @@
 ==========
 
 .. [#stringliterals]
-   http://www.python.org/doc/current/ref/strings.html
+   http://docs.python.org/reference/lexical_analysis.html#string-literals
 
 .. [#encodings]
-   http://www.python.org/doc/current/ref/encodings.html
+   http://docs.python.org/reference/lexical_analysis.html#encoding-declarations
 
 .. [#concat]
-   http://www.python.org/doc/current/ref/string-catenation.html
+   http://docs.python.org/reference/lexical_analysis.html#string-literal-concatenation
 
 .. [#eachnew]
    http://mail.python.org/pipermail/python-3000/2007-February/005779.html


More information about the Python-checkins mailing list