PEP 572: Acceptance (#735)

- Delete 'Pending Acceptance' section
- Change reference implementation to proof of concept
- Add the ^L back before the Emacs Local Variables section
- Add Resolution link
This commit is contained in:
Guido van Rossum 2018-07-11 17:54:47 -07:00 committed by GitHub
parent 8ace3c5e1f
commit 8846efd623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 11 deletions

View File

@ -2,13 +2,14 @@ PEP: 572
Title: Assignment Expressions
Author: Chris Angelico <rosuav@gmail.com>, Tim Peters <tim.peters@gmail.com>,
Guido van Rossum <guido@python.org>
Status: Draft
Status: Accepted
Type: Standards Track
Content-Type: text/x-rst
Created: 28-Feb-2018
Python-Version: 3.8
Post-History: 28-Feb-2018, 02-Mar-2018, 23-Mar-2018, 04-Apr-2018, 17-Apr-2018,
25-Apr-2018, 09-Jul-2018
Resolution: https://mail.python.org/pipermail/python-dev/2018-July/154601.html
Abstract
@ -17,15 +18,6 @@ Abstract
This is a proposal for creating a way to assign to variables within an
expression using the notation ``NAME := expr``.
Pending Acceptance
------------------
This PEP will be accepted, however it needs some editing for clarity
and exact specification. A final draft will be posted to python-dev.
Note that alternate syntax proposals ("EXPR as NAME", "EXPR given
...") are no longer under consideration. Hopefully the final draft
will be posted well before the end of July 2018.
Rationale
=========
@ -1246,7 +1238,7 @@ Then::
References
==========
.. [1] Proof of concept / reference implementation
.. [1] Proof of concept 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)
@ -1257,6 +1249,8 @@ Copyright
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text