Update old PEP URL.
This commit is contained in:
parent
ac4ee6708e
commit
f9088d9bcc
|
@ -179,13 +179,13 @@ Specification for a new built-in:
|
||||||
References
|
References
|
||||||
|
|
||||||
[1] PEP 255 Simple Generators
|
[1] PEP 255 Simple Generators
|
||||||
http://python.sourceforge.net/peps/pep-0255.html
|
http://www.python.org/dev/peps/pep-0255/
|
||||||
|
|
||||||
[2] PEP 212 Loop Counter Iteration
|
[2] PEP 212 Loop Counter Iteration
|
||||||
http://python.sourceforge.net/peps/pep-0212.html
|
http://www.python.org/dev/peps/pep-0212/
|
||||||
|
|
||||||
[3] PEP 234 Iterators
|
[3] PEP 234 Iterators
|
||||||
http://python.sourceforge.net/peps/pep-0234.html
|
http://www.python.org/dev/peps/pep-0234/
|
||||||
|
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
|
|
|
@ -288,10 +288,10 @@ References
|
||||||
==========
|
==========
|
||||||
|
|
||||||
.. [1] PEP 202 List Comprehensions
|
.. [1] PEP 202 List Comprehensions
|
||||||
http://python.sourceforge.net/peps/pep-0202.html
|
http://www.python.org/dev/peps/pep-0202/
|
||||||
|
|
||||||
.. [2] PEP 255 Simple Generators
|
.. [2] PEP 255 Simple Generators
|
||||||
http://python.sourceforge.net/peps/pep-0255.html
|
http://www.python.org/dev/peps/pep-0255/
|
||||||
|
|
||||||
.. [3] Peter Norvig's Accumulation Display Proposal
|
.. [3] Peter Norvig's Accumulation Display Proposal
|
||||||
http://www.norvig.com/pyacc.html
|
http://www.norvig.com/pyacc.html
|
||||||
|
|
|
@ -477,13 +477,13 @@ References
|
||||||
http://docs.python.org/reference/
|
http://docs.python.org/reference/
|
||||||
|
|
||||||
[2] PEP 236, Back to the __future__, Peters
|
[2] PEP 236, Back to the __future__, Peters
|
||||||
http://python.sourceforge.net/peps/pep-0236.html
|
http://www.python.org/dev/peps/pep-0236/
|
||||||
|
|
||||||
[3] PEP 230, Warning Framework, van Rossum
|
[3] PEP 230, Warning Framework, van Rossum
|
||||||
http://python.sourceforge.net/peps/pep-0236.html
|
http://www.python.org/dev/peps/pep-0230/
|
||||||
|
|
||||||
[4] PEP 310, Reliable Acquisition/Release Pairs, Hudson, Moore
|
[4] PEP 310, Reliable Acquisition/Release Pairs, Hudson, Moore
|
||||||
http://www.python.org/peps/pep-0310.html
|
http://www.python.org/dev/peps/pep-0310/
|
||||||
|
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
|
|
Loading…
Reference in New Issue