PEP 572: Mention the two minor changes in the Abstract (#739)

This commit is contained in:
Pradyun Gedam 2018-07-13 20:10:27 +05:30 committed by Guido van Rossum
parent 8846efd623
commit 1282371c04
1 changed files with 3 additions and 2 deletions

View File

@ -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
=========