From 5426603a2b18f4f0120d1b90f2c4c26e95ff9d47 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 7 Sep 2016 11:21:30 -0700 Subject: [PATCH] Mark PEP 526 provisionally accepted. --- pep-0526.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pep-0526.txt b/pep-0526.txt index 038c23414..dd7ed0ddb 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: Draft +Status: Accepted Type: Standards Track Content-Type: text/x-rst Created: 09-Aug-2016 @@ -11,6 +11,14 @@ Python-Version: 3.6 Post-History: 30-Aug-2016, 02-Sep-2016 +Status +====== + +This PEP has been provisionally accepted by the BDFL. +See the acceptance message for more color: +https://mail.python.org/pipermail/python-dev/2016-September/146282.html + + Notice for Reviewers ====================