Mark PEPs 525 & 526 as Final; update PEP 494
This commit is contained in:
parent
9bc423be2a
commit
4f8486bf81
|
@ -78,6 +78,8 @@ Implemented changes for 3.6:
|
||||||
* PEP 509, Add a private version to dict
|
* PEP 509, Add a private version to dict
|
||||||
* PEP 519, Adding a file system path protocol
|
* PEP 519, Adding a file system path protocol
|
||||||
* PEP 520, Preserving Class Attribute Definition Order
|
* PEP 520, Preserving Class Attribute Definition Order
|
||||||
|
* PEP 525, Asynchronous Generators (provisional)
|
||||||
|
* PEP 526, Syntax for Variable Annotations (provisional)
|
||||||
|
|
||||||
Accepted changes for 3.6:
|
Accepted changes for 3.6:
|
||||||
|
|
||||||
|
@ -87,8 +89,6 @@ Accepted changes for 3.6:
|
||||||
|
|
||||||
Provisionally accepted changes for 3.6:
|
Provisionally accepted changes for 3.6:
|
||||||
|
|
||||||
* PEP 525, Asynchronous Generators
|
|
||||||
* PEP 526, Syntax for Variable Annotations
|
|
||||||
* PEP 528, Change Windows console encoding to UTF-8
|
* PEP 528, Change Windows console encoding to UTF-8
|
||||||
* PEP 529, Change Windows filesystem encoding to UTF-8
|
* PEP 529, Change Windows filesystem encoding to UTF-8
|
||||||
* PEP 530, Asynchronous Comprehensions
|
* PEP 530, Asynchronous Comprehensions
|
||||||
|
|
|
@ -4,7 +4,7 @@ Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Yury Selivanov <yury@magic.io>
|
Author: Yury Selivanov <yury@magic.io>
|
||||||
Discussions-To: <python-dev@python.org>
|
Discussions-To: <python-dev@python.org>
|
||||||
Status: Accepted
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 28-Jul-2016
|
Created: 28-Jul-2016
|
||||||
|
|
|
@ -3,7 +3,7 @@ Title: Syntax for Variable Annotations
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Ryan Gonzalez <rymg19@gmail.com>, Philip House <phouse512@gmail.com>, Ivan Levkivskyi <levkivskyi@gmail.com>, Lisa Roach <lisaroach14@gmail.com>, Guido van Rossum <guido@python.org>
|
Author: Ryan Gonzalez <rymg19@gmail.com>, Philip House <phouse512@gmail.com>, Ivan Levkivskyi <levkivskyi@gmail.com>, Lisa Roach <lisaroach14@gmail.com>, Guido van Rossum <guido@python.org>
|
||||||
Status: Accepted
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 09-Aug-2016
|
Created: 09-Aug-2016
|
||||||
|
|
Loading…
Reference in New Issue