Update not-so-old PEP URL.

This commit is contained in:
Georg Brandl 2009-01-18 09:50:42 +00:00
parent f9088d9bcc
commit 08ea236bbb
45 changed files with 89 additions and 89 deletions

View File

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

View File

@ -336,7 +336,7 @@ References
[2] http://sourceforge.net/patch?func=detailpatch&patch_id=100699&group_id=5470 [2] http://sourceforge.net/patch?func=detailpatch&patch_id=100699&group_id=5470
[3] PEP 211, Adding A New Outer Product Operator, Wilson [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/

View File

@ -174,14 +174,14 @@ Acknowledgments
References References
[1] PEP 225, Elementwise/Objectwise Operators, Zhu, Lielens [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/ [2] http://bevo.che.wisc.edu/octave/
[3] http://www.egroups.com/message/python-numeric/4 [3] http://www.egroups.com/message/python-numeric/4
[4] PEP 201, Lockstep Iteration, Warsaw [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 [5] http://mail.python.org/pipermail/python-dev/2000-July/006427.html

View File

@ -767,7 +767,7 @@ Credits and archives
Its first (and current) version is at: Its first (and current) version is at:
http://www.python.org/pipermail/python-dev/2000-August/014876.html 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 Additional References

View File

@ -602,7 +602,7 @@ References
[7] http://www.foretec.com/python/workshops/1998-11/dd-ascher-sum.html [7] http://www.foretec.com/python/workshops/1998-11/dd-ascher-sum.html
[8] http://docs.python.org/howto/regex.html [8] http://docs.python.org/howto/regex.html
[9] PEP 213, Attribute Access Handlers, Prescod [9] PEP 213, Attribute Access Handlers, Prescod
http://www.python.org/peps/pep-0213.html http://www.python.org/dev/peps/pep-0213/
Rejection Rejection

View File

@ -345,13 +345,13 @@ Copyright
References and Footnotes References and Footnotes
[1] PEP 5, Guidelines for Language Evolution, Prescod [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 [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 [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 [4] Note that this is "may" and not "will": better safe than sorry. Of
course spurious warnings won't be generated when avoidable with course spurious warnings won't be generated when avoidable with

View File

@ -498,22 +498,22 @@ Implementation
References References
[0] PEP 228, Reworking Python's Numeric Model [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, [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, [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, [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, [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 [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 Copyright

View File

@ -115,7 +115,7 @@ Open Issues
References References
[1] PEP 240, Adding a Rational Literal to Python, Zadka, [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 Copyright

View File

@ -80,7 +80,7 @@ Common Objections
References References
[1] PEP 239, Adding a Rational Type to Python, Zadka, [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 Copyright

View File

@ -163,7 +163,7 @@ Status
References References
[1] Metadata for Python Software Package, Kuchling, [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 [2] RFC 1867, Form-based File Upload in HTML
http://www.faqs.org/rfcs/rfc1867.html http://www.faqs.org/rfcs/rfc1867.html

View File

@ -153,13 +153,13 @@ Questions and Answers
References and Footnotes References and Footnotes
[1] PEP 5, Guidelines for Language Evolution, Prescod [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 [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 [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 Copyright

View File

@ -478,18 +478,18 @@ References
[2] http://www.zope.org [2] http://www.zope.org
[3] PEP 232, Function Attributes, Warsaw [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 [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 [5] http://www.lemburg.com/files/python/mxProxy.html
[6] PEP 236, Back to the __future__, Peters [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 [7] PEP 230, Warning Framework, van Rossum
http://www.python.org/peps/pep-0236.html http://www.python.org/dev/peps/pep-0236/
Copyright Copyright

View File

@ -720,7 +720,7 @@ Credits
References and Footnotes References and Footnotes
[1] PEP 245, Python Interface Syntax, Pelletier [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 [2] http://www.zope.org/Wikis/Interfaces/FrontPage

View File

@ -68,7 +68,7 @@ New features for Python 2.2
References References
[1] PEP 101, Doing Python Releases 101 [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 [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 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

View File

@ -472,12 +472,12 @@ Reference Implementation
Footnotes and References Footnotes and References
[1] PEP 234, Iterators, Yee, Van Rossum [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/ [2] http://www.stackless.com/
[3] PEP 219, Stackless Python, McMillan [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" [4] "Iteration Abstraction in Sather"
Murer , Omohundro, Stoutamire and Szyperski Murer , Omohundro, Stoutamire and Szyperski
@ -490,7 +490,7 @@ Footnotes and References
[7] http://python.ca/nas/python/generator.diff [7] http://python.ca/nas/python/generator.diff
[8] PEP 236, Back to the __future__, Peters [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 [9] To experiment with this implementation, check out Python from CVS
according to the instructions at according to the instructions at

View File

@ -242,13 +242,13 @@ References and Footnotes
======================== ========================
.. [#PEP-287] PEP 287, reStructuredText Docstring Format, Goodger .. [#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 .. [#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 .. [#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/ .. _Literate Programming: http://www.literateprogramming.com/

View File

@ -286,10 +286,10 @@ References and Footnotes
======================== ========================
.. [1] PEP 256, Docstring Processing System Framework, Goodger .. [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 .. [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 .. [3] Guido van Rossum, Python's creator and Benevolent Dictator For
Life. Life.

View File

@ -951,13 +951,13 @@ stylist code will lower the barrier considerably.
========================== ==========================
.. [#PEP-256] PEP 256, Docstring Processing System Framework, Goodger .. [#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 .. [#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 .. [#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: .. _docutils.dtd:
http://docutils.sourceforge.net/docs/ref/docutils.dtd http://docutils.sourceforge.net/docs/ref/docutils.dtd

View File

@ -169,7 +169,7 @@ References
http://docs.python.org/library/compiler.html http://docs.python.org/library/compiler.html
[4] Pelletier, Michel. "Python Interface Syntax", PEP-245. [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 [5] The Python Types-SIG
http://www.python.org/sigs/types-sig/ http://www.python.org/sigs/types-sig/

View File

@ -139,7 +139,7 @@ Implementation
References References
[1] PEP 202, List Comprehensions [1] PEP 202, List Comprehensions
http://www.python.org/peps/pep-0202.html http://www.python.org/dev/peps/pep-0202/
Copyright Copyright

View File

@ -407,13 +407,13 @@ Implementation
References References
[1] PEP 234, Iterators [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 [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 [3] PEP 212, Loop Counter Iteration
http://www.python.org/peps/pep-0212.html http://www.python.org/dev/peps/pep-0212/
Copyright Copyright

View File

@ -131,7 +131,7 @@ Backwards Compatibility
References and Footnotes References and Footnotes
[1] PEP 212, Loop Counter Iteration [1] PEP 212, Loop Counter Iteration
http://www.python.org/peps/pep-0212.html http://www.python.org/dev/peps/pep-0212/
Copyright Copyright

View File

@ -247,16 +247,16 @@ Implementation
References References
[1] PEP 204, Range Literals [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 [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 [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 [4] PEP 276, Simple Iterator for ints
http://www.python.org/peps/pep-0276.html http://www.python.org/dev/peps/pep-0276/
Copyright Copyright

View File

@ -564,7 +564,7 @@ Questions & Answers
[1] http://www.example.org/ [1] http://www.example.org/
[2] PEP 9876, Let's Hope We Never Get Here [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" [3] "Bogus Complexity Addition"
@ -728,10 +728,10 @@ References & Footnotes
====================== ======================
.. [#PEP-1] PEP 1, PEP Guidelines, Warsaw, Hylton .. [#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 .. [#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 .. [#Zen] From `The Zen of Python (by Tim Peters)`__ (or just
"``import this``" in Python) "``import this``" in Python)
@ -739,7 +739,7 @@ References & Footnotes
__ http://www.python.org/doc/Humor.html#zen __ http://www.python.org/doc/Humor.html#zen
.. [#PEP-216] PEP 216, Docstring Format, Zadka .. [#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 .. _reStructuredText markup: http://docutils.sourceforge.net/rst.html

View File

@ -143,7 +143,7 @@ References
http://gnosis.cx/publish/programming/charming_python_b7.txt http://gnosis.cx/publish/programming/charming_python_b7.txt
[2] PEP 255 Simple Generators: [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: [3] Proof-of-concept recipe:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/164044 http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/164044

View File

@ -452,7 +452,7 @@ References
========== ==========
.. [1] PEP 4, Deprecation of Standard Modules, von Loewis .. [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/ .. _PyChecker: http://pychecker.sourceforge.net/

View File

@ -216,7 +216,7 @@ References
http://mail.python.org/pipermail/python-dev/2000-October/009974.html http://mail.python.org/pipermail/python-dev/2000-October/009974.html
[2] The Buffer Problem [2] The Buffer Problem
http://www.python.org/peps/pep-0296.html http://www.python.org/dev/peps/pep-0296/
Copyright Copyright

View File

@ -365,10 +365,10 @@ References
(http://pause.cpan.org/) (http://pause.cpan.org/)
.. [6] PEP 243, Module Repository Upload Mechanism .. [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 .. [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 .. [8] [PEP243] upload status is bogus
(http://mail.python.org/pipermail/distutils-sig/2001-March/002262.html) (http://mail.python.org/pipermail/distutils-sig/2001-March/002262.html)

View File

@ -553,7 +553,7 @@ References and Footnotes
http://www.mcmillan-inc.com/install1.html http://www.mcmillan-inc.com/install1.html
[2] PEP 273, Import Modules from Zip Archives, Ahlstrom [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 [3] The Freeze tool
Tools/freeze/ in a Python source distribution Tools/freeze/ in a Python source distribution

View File

@ -105,13 +105,13 @@ Compatibility Issues
References References
[1] PEP 239, Adding a Rational Type to Python [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 [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 [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 Copyright

View File

@ -300,7 +300,7 @@ References
http://docutils.sourceforge.net/ http://docutils.sourceforge.net/
[2] PEP 301 [2] PEP 301
http://www.python.org/peps/pep-0301.html http://www.python.org/dev/peps/pep-0301/
Copyright Copyright

View File

@ -434,16 +434,16 @@ References
http://www.python.org/doc/essays/stdexceptions.html http://www.python.org/doc/essays/stdexceptions.html
.. [2] "Guidelines for Language Evolution", Paul Prescod. .. [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. .. [3] "Python Language Reference", Guido van Rossum.
http://docs.python.org/reference/simple_stmts.html#raise http://docs.python.org/reference/simple_stmts.html#raise
.. [4] PEP 236 "Back to the __future__", Tim Peters. .. [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. .. [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``. .. [6] Guido van Rossum, 11 June 2003 post to ``python-dev``.
http://mail.python.org/pipermail/python-dev/2003-June/036176.html http://mail.python.org/pipermail/python-dev/2003-June/036176.html

View File

@ -466,7 +466,7 @@ References
http://docs.python.org/library/copy.html http://docs.python.org/library/copy.html
[3] PEP 289, Generator Expressions, Hettinger [3] PEP 289, Generator Expressions, Hettinger
http://www.python.org/peps/pep-0289.html http://www.python.org/dev/peps/pep-0289/
Copyright Copyright

View File

@ -266,10 +266,10 @@ Alternative Ideas
References References
[1] PEP 255 Simple Generators [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 [2] PEP 288 Generators Attributes and Exceptions
http://www.python.org/peps/pep-0288.html http://www.python.org/dev/peps/pep-0288/
Copyright Copyright

View File

@ -256,7 +256,7 @@ References
========== ==========
.. [1] Optimizing Global Variable/Attribute Access .. [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 .. [2] ASPN Recipe for a non-private implementation
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/277940 http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/277940

View File

@ -164,7 +164,7 @@ Implementation
References References
[1] PEP 1, PEP Purpose and Guidelines, Warsaw, Hylton [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, [2] Python locale documentation for embedding,
http://docs.python.org/library/locale.html http://docs.python.org/library/locale.html

View File

@ -382,7 +382,7 @@ References
(http://c2.com/cgi/wiki?CallWithCurrentContinuation) (http://c2.com/cgi/wiki?CallWithCurrentContinuation)
.. [5] PEP 234, Iterators .. [5] PEP 234, Iterators
(http://www.python.org/peps/pep-0234.html) (http://www.python.org/dev/peps/pep-0234/)
.. [6] Stackless Python .. [6] Stackless Python
(http://stackless.com) (http://stackless.com)
@ -391,7 +391,7 @@ References
(http://www.sidhe.org/~dan/blog/archives/000178.html) (http://www.sidhe.org/~dan/blog/archives/000178.html)
.. [8] PEP 255, Simple Generators .. [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 .. [9] itertools - Functions creating iterators
(http://docs.python.org/library/itertools.html) (http://docs.python.org/library/itertools.html)

View File

@ -171,7 +171,7 @@ Guidelines for Logging Usage
References References
[1] PEP 282, A Logging System, Vinay Sajip, Trent Mick [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 [2] http://mail.python.org/pipermail/python-dev/2004-October/049282.html

View File

@ -306,7 +306,7 @@ References
========== ==========
.. [1] Special __main__() function in modules .. [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) .. [2] PEP 338 implementation (runpy module and ``-m`` update)
(http://www.python.org/sf/1429601) (http://www.python.org/sf/1429601)
@ -315,7 +315,7 @@ References
(http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/307772) (http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/307772)
.. [4] New import hooks .. [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) .. [5] PEP 338 documentation (for runpy module)
(http://www.python.org/sf/1429605) (http://www.python.org/sf/1429605)

View File

@ -451,7 +451,7 @@ Examples
Used as follows: Used as follows:
block auto_retry(3, IOError): 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() print f.read()
5. It is possible to nest blocks and combine templates: 5. It is possible to nest blocks and combine templates:

View File

@ -1264,22 +1264,22 @@ References
========== ==========
.. [1] Reliable Acquisition/Release Pairs .. [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 .. [2] Anonymous block statements
(http://www.python.org/peps/pep-0340.html) (http://www.python.org/dev/peps/pep-0340/)
.. [3] Anonymous blocks, redux .. [3] Anonymous blocks, redux
(http://www.python.org/peps/pep-0343.html) (http://www.python.org/dev/peps/pep-0343/)
.. [4] Enhanced Iterators .. [4] Enhanced Iterators
(http://www.python.org/peps/pep-0342.html) (http://www.python.org/dev/peps/pep-0342/)
.. [5] Generator Attributes and Exceptions .. [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 .. [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 .. [7] A rant against flow control macros
(http://blogs.msdn.com/oldnewthing/archive/2005/01/06/347666.aspx) (http://blogs.msdn.com/oldnewthing/archive/2005/01/06/347666.aspx)

View File

@ -447,13 +447,13 @@ References
========== ==========
.. [#PEP342] PEP 342 (Coroutines via Enhanced Generators) .. [#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) .. [#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) .. [#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 .. [#Summary2004-08-01] python-dev Summary (An exception is an
exception, unless it doesn't inherit from Exception) exception, unless it doesn't inherit from Exception)
@ -505,7 +505,7 @@ References
http://mail.python.org/pipermail/python-dev/2005-August/055423.html http://mail.python.org/pipermail/python-dev/2005-August/055423.html
.. [#zen] PEP 20 (The Zen of Python) .. [#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 .. [#tutorial] Python Tutorial
http://docs.python.org/tutorial/ http://docs.python.org/tutorial/

View File

@ -283,7 +283,7 @@ References
========== ==========
.. [#pep348] PEP 348 (Exception Reorganization for Python 3.0) .. [#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 .. [#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 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

View File

@ -82,7 +82,7 @@ Rationale
References References
[1] PEP 1, PEP Purpose and Guidelines [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 [2] Tim Peters already has (private correspondence). My early 2.2
didn't have a __getattribute__, and __getattr__ was didn't have a __getattribute__, and __getattr__ was

View File

@ -353,7 +353,7 @@ References
http://mail.python.org/pipermail/python-3000/2007-April/006563.html http://mail.python.org/pipermail/python-3000/2007-April/006563.html
.. [#PEP3101] PEP 3101, Advanced String Formatting, Talin .. [#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, .. [#elimpercent] ps to question Re: Need help completing ABC pep,
van Rossum van Rossum