From d3a5143cbc07d7c3ccaf6d046e340dbce65c2069 Mon Sep 17 00:00:00 2001 From: Chris Angelico Date: Wed, 18 Apr 2018 23:15:42 +1000 Subject: [PATCH] PEP 572: Acknowledge Guido and Christoph for the PEP's pivot --- pep-0572.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pep-0572.rst b/pep-0572.rst index e3edeed2f..7f1dae506 100644 --- a/pep-0572.rst +++ b/pep-0572.rst @@ -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 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 =========================== @@ -671,6 +674,8 @@ References .. [1] Proof of concept / reference implementation (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