More link updates.
This commit is contained in:
parent
d456d20d07
commit
9020d2a184
|
@ -262,7 +262,7 @@ Other Changes
|
|||
|
||||
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
|
||||
|
|
|
@ -75,7 +75,7 @@ BDFL Pronouncements
|
|||
|
||||
References
|
||||
|
||||
[1] http://www.python.org/doc/current/ref/lists.html#l2h-238
|
||||
[1] http://docs.python.org/reference/expressions.html#list-displays
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -153,7 +153,7 @@ Copyright
|
|||
|
||||
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
|
||||
|
|
|
@ -359,7 +359,7 @@ More Justification by the BDFL
|
|||
|
||||
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
|
||||
|
||||
|
||||
|
|
|
@ -594,13 +594,13 @@ Reference Implementation
|
|||
|
||||
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
|
||||
|
||||
|
|
|
@ -269,7 +269,7 @@ References and Footnotes
|
|||
|
||||
.. _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
|
||||
|
||||
|
|
|
@ -163,10 +163,10 @@ References
|
|||
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
|
||||
|
|
|
@ -182,10 +182,10 @@ Reference Implementation
|
|||
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
|
||||
|
|
|
@ -350,7 +350,7 @@ References
|
|||
==========
|
||||
|
||||
.. [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/)
|
||||
|
|
|
@ -401,7 +401,7 @@ References
|
|||
.. [#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
|
||||
|
|
|
@ -437,7 +437,7 @@ References
|
|||
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
|
||||
|
|
|
@ -474,7 +474,7 @@ Dissenting Opinion
|
|||
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
|
||||
|
|
|
@ -463,7 +463,7 @@ References
|
|||
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
|
||||
|
|
|
@ -167,7 +167,7 @@ References
|
|||
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/
|
||||
|
||||
|
|
|
@ -299,7 +299,7 @@ References and Footnotes
|
|||
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
|
||||
|
|
|
@ -248,7 +248,7 @@ References
|
|||
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/
|
||||
|
|
|
@ -254,7 +254,7 @@ References
|
|||
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
|
||||
|
|
|
@ -141,13 +141,13 @@ References
|
|||
==========
|
||||
|
||||
.. [#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
|
||||
|
|
Loading…
Reference in New Issue