PEP 572: Use the sloppy term "variables" instead of the strict-but-inaccurate "names" (since any assignment target is valid)
This commit is contained in:
parent
73715149df
commit
b5a9edf7b4
|
@ -12,9 +12,9 @@ Post-History: 28-Feb-2018, 02-Mar-2018, 23-Mar-2018, 04-Apr-2018, 17-Apr-2018
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
||||||
This is a proposal for creating a way to assign to names within an expression.
|
This is a proposal for creating a way to assign to variables within an
|
||||||
Additionally, the precise scope of comprehensions is adjusted, to maintain
|
expression. Additionally, the precise scope of comprehensions is adjusted, to
|
||||||
consistency and follow expectations.
|
maintain consistency and follow expectations.
|
||||||
|
|
||||||
|
|
||||||
Rationale
|
Rationale
|
||||||
|
|
Loading…
Reference in New Issue