PEP 448: Resolve unreferenced footnotes (#3237)
This commit is contained in:
parent
e43675191d
commit
79be95d211
21
pep-0448.txt
21
pep-0448.txt
|
@ -1,7 +1,5 @@
|
||||||
PEP: 448
|
PEP: 448
|
||||||
Title: Additional Unpacking Generalizations
|
Title: Additional Unpacking Generalizations
|
||||||
Version: $Revision$
|
|
||||||
Last-Modified: $Date$
|
|
||||||
Author: Joshua Landau <joshua@landau.ws>
|
Author: Joshua Landau <joshua@landau.ws>
|
||||||
Discussions-To: python-ideas@python.org
|
Discussions-To: python-ideas@python.org
|
||||||
Status: Final
|
Status: Final
|
||||||
|
@ -227,24 +225,13 @@ References
|
||||||
(https://mail.python.org/pipermail/python-dev/2015-February/138564.html)
|
(https://mail.python.org/pipermail/python-dev/2015-February/138564.html)
|
||||||
|
|
||||||
.. [2] Issue 2292, "Missing `*`-unpacking generalizations", Thomas Wouters
|
.. [2] Issue 2292, "Missing `*`-unpacking generalizations", Thomas Wouters
|
||||||
(http://bugs.python.org/issue2292)
|
(https://github.com/python/cpython/issues/46545)
|
||||||
|
|
||||||
.. [3] Discussion on Python-ideas list,
|
[3] Discussion on Python-ideas list,
|
||||||
"list / array comprehensions extension", Alexander Heger
|
\ "list / array comprehensions extension", Alexander Heger
|
||||||
(https://mail.python.org/pipermail/python-ideas/2011-December/013097.html)
|
\ (https://mail.python.org/pipermail/python-ideas/2011-December/013097.html)
|
||||||
|
|
||||||
Copyright
|
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
|
|
||||||
coding: utf-8
|
|
||||||
End:
|
|
||||||
|
|
Loading…
Reference in New Issue