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
|
||||
========
|
||||
|
||||
This is a proposal for creating a way to assign to names within an expression.
|
||||
Additionally, the precise scope of comprehensions is adjusted, to maintain
|
||||
consistency and follow expectations.
|
||||
This is a proposal for creating a way to assign to variables within an
|
||||
expression. Additionally, the precise scope of comprehensions is adjusted, to
|
||||
maintain consistency and follow expectations.
|
||||
|
||||
|
||||
Rationale
|
||||
|
|
Loading…
Reference in New Issue