PEP 336: Resolve unreferenced footnotes (#3227)
This commit is contained in:
parent
4d13aa2a62
commit
754d6d8cff
17
pep-0336.txt
17
pep-0336.txt
|
@ -24,7 +24,7 @@ This PEP is rejected. It is considered a feature that ``None`` raises
|
||||||
an error when called. The proposal falls short in tests for
|
an error when called. The proposal falls short in tests for
|
||||||
obviousness, clarity, explicitness, and necessity. The provided Switch
|
obviousness, clarity, explicitness, and necessity. The provided Switch
|
||||||
example is nice but easily handled by a simple lambda definition.
|
example is nice but easily handled by a simple lambda definition.
|
||||||
See python-dev discussion on 17 June 2005 [2]_.
|
See python-dev discussion on 17 June 2005 [1]_.
|
||||||
|
|
||||||
|
|
||||||
Motivation
|
Motivation
|
||||||
|
@ -119,10 +119,7 @@ After::
|
||||||
References
|
References
|
||||||
==========
|
==========
|
||||||
|
|
||||||
.. [1] Python Reference Manual, Section 3.2,
|
.. [1] Raymond Hettinger, Propose to reject PEP 336 -- Make None Callable
|
||||||
http://docs.python.org/reference/
|
|
||||||
|
|
||||||
.. [2] Raymond Hettinger, Propose to reject PEP 336 -- Make None Callable
|
|
||||||
https://mail.python.org/pipermail/python-dev/2005-June/054280.html
|
https://mail.python.org/pipermail/python-dev/2005-June/054280.html
|
||||||
|
|
||||||
|
|
||||||
|
@ -130,13 +127,3 @@ Copyright
|
||||||
=========
|
=========
|
||||||
|
|
||||||
This document has been placed in the public domain.
|
This document has been placed in the public domain.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
..
|
|
||||||
Local Variables:
|
|
||||||
mode: indented-text
|
|
||||||
indent-tabs-mode: nil
|
|
||||||
sentence-end-double-space: t
|
|
||||||
fill-column: 70
|
|
||||||
End:
|
|
||||||
|
|
Loading…
Reference in New Issue