[Python-checkins] peps: Mark PEP 488 as accepted

brett.cannon python-checkins at python.org
Sat Mar 21 14:32:07 CET 2015


https://hg.python.org/peps/rev/96bd93bf47fd
changeset:   5740:96bd93bf47fd
user:        Brett Cannon <brett at python.org>
date:        Sat Mar 21 09:32:04 2015 -0400
summary:
  Mark PEP 488 as accepted

files:
  pep-0488.txt |  5 +++--
  1 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/pep-0488.txt b/pep-0488.txt
--- a/pep-0488.txt
+++ b/pep-0488.txt
@@ -3,10 +3,11 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Brett Cannon <brett at python.org>
-Status: Draft
+Status: Accepted
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 20-Feb-2015
+Python-Version: 3.5
 Post-History:
     2015-03-06
     2015-03-13
@@ -84,7 +85,7 @@
 based on the interpreter's optimization level (none, ``-O``, and
 ``-OO``):
 
-  - 0: ``foo.cpython-35.pyc``
+  - 0: ``foo.cpython-35.pyc`` (i.e., no change)
   - 1: ``foo.cpython-35.opt-1.pyc``
   - 2: ``foo.cpython-35.opt-2.pyc``
 

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list