diff --git a/pep-0003.txt b/pep-0003.txt index a1dbda4a8..46056f814 100644 --- a/pep-0003.txt +++ b/pep-0003.txt @@ -18,9 +18,7 @@ Introduction These are guidelines for the developers of Python, not the submitters of bugs. Those are at - http://docs.python.org/lib/reporting-bugs.html - - (though this hardly seems the best place). + http://docs.python.org/bugs.html Guidelines diff --git a/pep-0334.txt b/pep-0334.txt index 06c0294cb..33118bab7 100644 --- a/pep-0334.txt +++ b/pep-0334.txt @@ -394,7 +394,7 @@ References (http://www.python.org/peps/pep-0255.html) .. [9] itertools - Functions creating iterators - (http://docs.python.org/lib/module-itertools.html) + (http://docs.python.org/library/itertools.html) .. [10] Microthreads in Python, David Mertz (http://www-106.ibm.com/developerworks/linux/library/l-pythrd.html) diff --git a/pep-0336.txt b/pep-0336.txt index a37d7fedb..ffd9a1421 100644 --- a/pep-0336.txt +++ b/pep-0336.txt @@ -113,7 +113,7 @@ How To Use References [1] Python Reference Manual, Section 3.2, - http://docs.python.org/ref/ref.html + http://docs.python.org/reference/ Copyright diff --git a/pep-0348.txt b/pep-0348.txt index 8b9e68799..6bccf96bb 100644 --- a/pep-0348.txt +++ b/pep-0348.txt @@ -464,7 +464,7 @@ References http://mail.python.org/pipermail/python-dev/2005-August/055116.html .. [#exceptions-stdlib] exceptions module - http://docs.python.org/lib/module-exceptions.html + http://docs.python.org/library/exceptions.html .. [#python-dev-thread1] python-dev thread (Pre-PEP: Exception Reorganization for Python 3.0) @@ -508,7 +508,7 @@ References http://www.python.org/peps/pep-0020.html .. [#tutorial] Python Tutorial - http://docs.python.org/tut/tut.html + http://docs.python.org/tutorial/ .. [#rejected] python-dev email (Bare except clauses in PEP 348) http://mail.python.org/pipermail/python-dev/2005-August/055676.html diff --git a/pep-0354.txt b/pep-0354.txt index 47a519ea1..1cb2b66ba 100644 --- a/pep-0354.txt +++ b/pep-0354.txt @@ -228,7 +228,7 @@ References and Footnotes The ``NotImplemented`` return value from comparison operations signals the Python interpreter to attempt alternative comparisons or other fallbacks. - + .. [#ENUM-RECIPE] "First Class Enums in Python", Zoran Isailovski, diff --git a/pep-3100.txt b/pep-3100.txt index 47fd1d6d2..b295ea271 100644 --- a/pep-3100.txt +++ b/pep-3100.txt @@ -350,19 +350,19 @@ References http://mail.python.org/pipermail/python-dev/2008-February/076818.html .. [#sys-module] Python docs (sys -- System-specific parameters and functions) - http://docs.python.org/lib/module-sys.html + http://docs.python.org/library/sys.html .. [#operator-module] Python docs (operator -- Standard operators as functions) - http://docs.python.org/lib/module-operator.html + http://docs.python.org/library/operator.html .. [#array-module] Python docs (array -- Efficient arrays of numeric values) - http://docs.python.org/lib/module-array.html + http://docs.python.org/library/array.html .. [#file-object] Python docs (File objects) - http://docs.python.org/lib/bltin-file-objects.html + http://docs.python.org/library/stdtypes.html .. [#sequence-types] Python docs (Additional methods for emulation of sequence types) - http://docs.python.org/ref/sequence-methods.html + http://docs.python.org/reference/datamodel.html#additional-methods-for-emulation-of-sequence-types .. [#pep4] PEP 4 ("Deprecation of Standard Modules") http://www.python.org/dev/peps/pep-0004 diff --git a/pep-3101.txt b/pep-3101.txt index dc9cc1084..395c97b53 100644 --- a/pep-3101.txt +++ b/pep-3101.txt @@ -794,10 +794,10 @@ Backwards Compatibility References [1] Python Library Reference - String formating operations - http://docs.python.org/lib/typesseq-strings.html + http://docs.python.org/library/stdtypes.html#string-formatting-operations [2] Python Library References - Template strings - http://docs.python.org/lib/node109.html + http://docs.python.org/library/string.html#string.Template [3] [Python-3000] String formating operations in python 3k http://mail.python.org/pipermail/python-3000/2006-April/000285.html diff --git a/pep-3107.txt b/pep-3107.txt index 0cfc90eea..8b4e60807 100644 --- a/pep-3107.txt +++ b/pep-3107.txt @@ -338,7 +338,7 @@ References and Footnotes http://rpyc.wikispaces.com/ .. [#pydoc] - http://docs.python.org/lib/module-pydoc.html + http://docs.python.org/library/pydoc.html Copyright diff --git a/pep-3108.txt b/pep-3108.txt index 5c792751b..a99bdf8c9 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -1143,9 +1143,6 @@ References .. [#module-index] Python Documentation: Global Module Index (http://docs.python.org/modindex.html) -.. [#timing-module] Python Library Reference: Obsolete - (http://docs.python.org/lib/obsolete-modules.html) - .. [#silly-old-stuff] Python-Dev email: "Py3k release schedule worries" (http://mail.python.org/pipermail/python-3000/2006-December/005130.html) @@ -1181,7 +1178,7 @@ References (http://appscript.sourceforge.net/) .. [#ast] _ast module - (http://docs.python.org/lib/ast.html) + (http://docs.python.org/library/ast.html) .. [#ast-removal] python-dev email: getting compiler package failures (http://mail.python.org/pipermail/python-3000/2007-May/007615.html) diff --git a/pep-3110.txt b/pep-3110.txt index 931b35dc4..42a9dc4b6 100644 --- a/pep-3110.txt +++ b/pep-3110.txt @@ -239,7 +239,7 @@ References http://www.python.org/dev/peps/pep-0020/ .. [#sys-module] - http://docs.python.org/lib/module-sys.html + http://docs.python.org/library/sys.html .. [#pep3100] http://www.python.org/dev/peps/pep-3100/ diff --git a/pep-3118.txt b/pep-3118.txt index 6dac0f10c..163f5b82d 100644 --- a/pep-3118.txt +++ b/pep-3118.txt @@ -635,7 +635,7 @@ Additions to the struct string-syntax The struct string-syntax is missing some characters to fully implement data-format descriptions already available elsewhere (in ctypes and NumPy for example). The Python 2.5 specification is -at http://docs.python.org/lib/module-struct.html. +at http://docs.python.org/library/struct.html. Here are the proposed additions: diff --git a/pep-3127.txt b/pep-3127.txt index d352d1705..4ccfe4958 100644 --- a/pep-3127.txt +++ b/pep-3127.txt @@ -492,7 +492,7 @@ References (http://www.gnu.org/software/libc/manual/html_node/Integer-Conversions.html) .. [2] Python string formatting operations - (http://docs.python.org/lib/typesseq-strings.html) + (http://docs.python.org/library/stdtypes.html#string-formatting-operations) .. [3] The Representation of Numbers, Jiajie Zhang and Donald A. Norman (http://acad88.sahs.uth.tmc.edu/research/publications/Number-Representation.pdf)