From 4f8486bf81ee4bccc96bbc4f0aa35275d398d85a Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Thu, 8 Sep 2016 22:06:34 -0700 Subject: [PATCH] Mark PEPs 525 & 526 as Final; update PEP 494 --- pep-0494.txt | 4 ++-- pep-0525.txt | 2 +- pep-0526.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pep-0494.txt b/pep-0494.txt index f4d8aa6e7..bdb170f53 100644 --- a/pep-0494.txt +++ b/pep-0494.txt @@ -78,6 +78,8 @@ Implemented changes for 3.6: * PEP 509, Add a private version to dict * PEP 519, Adding a file system path protocol * PEP 520, Preserving Class Attribute Definition Order +* PEP 525, Asynchronous Generators (provisional) +* PEP 526, Syntax for Variable Annotations (provisional) Accepted changes for 3.6: @@ -87,8 +89,6 @@ 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 529, Change Windows filesystem encoding to UTF-8 * PEP 530, Asynchronous Comprehensions diff --git a/pep-0525.txt b/pep-0525.txt index c463f9d77..a99e6b7db 100644 --- a/pep-0525.txt +++ b/pep-0525.txt @@ -4,7 +4,7 @@ Version: $Revision$ Last-Modified: $Date$ Author: Yury Selivanov Discussions-To: -Status: Accepted +Status: Final Type: Standards Track Content-Type: text/x-rst Created: 28-Jul-2016 diff --git a/pep-0526.txt b/pep-0526.txt index cc5b16eea..12413a793 100644 --- a/pep-0526.txt +++ b/pep-0526.txt @@ -3,7 +3,7 @@ Title: Syntax for Variable Annotations Version: $Revision$ Last-Modified: $Date$ Author: Ryan Gonzalez , Philip House , Ivan Levkivskyi , Lisa Roach , Guido van Rossum -Status: Accepted +Status: Final Type: Standards Track Content-Type: text/x-rst Created: 09-Aug-2016