PEP 572: Mention the two minor changes in the Abstract (#739)
This commit is contained in:
parent
8846efd623
commit
1282371c04
|
@ -16,8 +16,9 @@ Abstract
|
|||
========
|
||||
|
||||
This is a proposal for creating a way to assign to variables within an
|
||||
expression using the notation ``NAME := expr``.
|
||||
|
||||
expression using the notation ``NAME := expr``. A new exception,
|
||||
``TargetScopeError`` is added, and there is one change to evaluation
|
||||
order.
|
||||
|
||||
Rationale
|
||||
=========
|
||||
|
|
Loading…
Reference in New Issue