Mark PEP 530 as "final"

This commit is contained in:
Yury Selivanov 2016-09-09 10:37:35 -07:00
parent af44514f72
commit 835bcd8efa
2 changed files with 2 additions and 2 deletions

View File

@ -80,6 +80,7 @@ Implemented changes for 3.6:
* PEP 520, Preserving Class Attribute Definition Order
* PEP 525, Asynchronous Generators (provisional)
* PEP 526, Syntax for Variable Annotations (provisional)
* PEP 530, Asynchronous Comprehensions
Accepted changes for 3.6:
@ -91,7 +92,6 @@ Provisionally accepted changes for 3.6:
* PEP 528, Change Windows console encoding to UTF-8
* PEP 529, Change Windows filesystem encoding to UTF-8
* PEP 530, Asynchronous Comprehensions
Proposed changes for 3.6:

View File

@ -4,7 +4,7 @@ Version: $Revision$
Last-Modified: $Date$
Author: Yury Selivanov <yury@magic.io>
Discussions-To: <python-dev@python.org>
Status: Accepted
Status: Final
Type: Standards Track
Content-Type: text/x-rst
Created: 03-Sep-2016