PEP 572: Acknowledge Guido and Christoph for the PEP's pivot

This commit is contained in:
Chris Angelico 2018-04-18 23:15:42 +10:00
parent b5a9edf7b4
commit d3a5143cbc
1 changed files with 5 additions and 0 deletions

View File

@ -640,6 +640,9 @@ Names bound within a comprehension are local to that comprehension, even in
the outermost iterable, and can thus be used freely without polluting the the outermost iterable, and can thus be used freely without polluting the
surrounding namespace. surrounding namespace.
(The author wishes to thank Guido van Rossum and Christoph Groth for their
suggestions to move the proposal in this direction. [2]_)
Style guide recommendations Style guide recommendations
=========================== ===========================
@ -671,6 +674,8 @@ References
.. [1] Proof of concept / reference implementation .. [1] Proof of concept / reference implementation
(https://github.com/Rosuav/cpython/tree/assignment-expressions) (https://github.com/Rosuav/cpython/tree/assignment-expressions)
.. [2] Pivotal post regarding inline assignment semantics
(https://mail.python.org/pipermail/python-ideas/2018-March/049409.html)
Copyright Copyright