Update PEP URLs to prefer www.python.org.

This commit is contained in:
Fred Drake 2002-04-05 19:42:56 +00:00
parent ac45574485
commit 529701291f
6 changed files with 18 additions and 17 deletions

View File

@ -346,7 +346,7 @@ References and Footnotes
Try "pep2html.py --help" for details.
The URL for viewing PEPs on the web is
http://python.sourceforge.net/peps/
http://www.python.org/peps/
[6] http://sourceforge.net/tracker/?group_id=5470&atid=305470

View File

@ -310,7 +310,7 @@ Accepted and completed
* Extended print statement - Barry Warsaw
PEP 214
http://python.sourceforge.net/peps/pep-0214.html
http://www.python.org/peps/pep-0214.html
SF Patch #100970
http://sourceforge.net/patch/?func=detailpatch&patch_id=100970&group_id=5470

View File

@ -157,18 +157,19 @@ Reference Implementation
References
[1] The (defunct) Python Compiler-SIG
http://python.org/sigs/compiler-sig/
http://www.python.org/sigs/compiler-sig/
[2] Parser Module Documentation
http://python.org/doc/current/lib/module-parser.html
http://www.python.org/doc/current/lib/module-parser.html
[3] Hylton, Jeremy. FIXME: Reference Compiler Document
[3] Hylton, Jeremy.
http://www.python.org/doc/current/lib/compiler.html
[4] Pelletier, Michel. "Python Interface Syntax", PEP-245.
http://python.sourceforge.net/peps/pep-0245.html
http://www.python.org/peps/pep-0245.html
[5] The Python Types-SIG
http://python.org/sigs/types-sig/
http://www.python.org/sigs/types-sig/
Copyright

View File

@ -389,13 +389,13 @@ Implementation
References
[1] PEP 234, Iterators
http://python.sourceforge.net/peps/pep-0234.html
http://www.python.org/peps/pep-0234.html
[2] PEP 204, Range Literals
http://python.sourceforge.net/peps/pep-0204.html
http://www.python.org/peps/pep-0204.html
[3] PEP 212, Loop Counter Iteration
http://python.sourceforge.net/peps/pep-0212.html
http://www.python.org/peps/pep-0212.html
Copyright

View File

@ -323,16 +323,16 @@ Specification for Generator Comprehensions [REJECTED PROPOSAL]:
References
[1] PEP 255 Simple Generators
http://python.sourceforge.net/peps/pep-0255.html
http://www.python.org/peps/pep-0255.html
[2] PEP 212 Loop Counter Iteration
http://python.sourceforge.net/peps/pep-0212.html
http://www.python.org/peps/pep-0212.html
[3] PEP 202 List Comprehensions
http://python.sourceforge.net/peps/pep-0202.html
http://www.python.org/peps/pep-0202.html
[4] PEP 234 Iterators
http://python.sourceforge.net/peps/pep-0234.html
http://www.python.org/peps/pep-0234.html
[5] A pure Python simulation of every feature in this PEP is at:
http://sourceforge.net/tracker/download.php?group_id=5470&atid=305470&file_id=17348&aid=513752

View File

@ -385,10 +385,10 @@ Specification for Generator Exception Passing:
References
[1] PEP 255 Simple Generators
http://python.sourceforge.net/peps/pep-0255.html
http://www.python.org/peps/pep-0255.html
[2] PEP 234 Iterators
http://python.sourceforge.net/peps/pep-0234.html
http://www.python.org/peps/pep-0234.html
[3] Dr. David Mertz's draft column for Charming Python.
http://gnosis.cx/publish/programming/charming_python_b5.txt
@ -405,7 +405,7 @@ References
http://sourceforge.net/tracker/download.php?group_id=5470&atid=305470&file_id=17412&aid=513756
[7] PEP 279 Enhanced Generators
http://python.sourceforge.net/peps/pep-0279.html
http://www.python.org/peps/pep-0279.html
Copyright