[Python-checkins] peps: Update PEP states in 3.5 release PEP

nick.coghlan python-checkins at python.org
Sun Oct 5 06:06:57 CEST 2014


https://hg.python.org/peps/rev/b9872015f278
changeset:   5571:b9872015f278
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sun Oct 05 14:06:50 2014 +1000
summary:
  Update PEP states in 3.5 release PEP

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


diff --git a/pep-0478.txt b/pep-0478.txt
--- a/pep-0478.txt
+++ b/pep-0478.txt
@@ -57,8 +57,11 @@
 
 Implemented / Final PEPs:
 
-* PEP 461, a new matrix multiplication operator
-* PEP 465, %-formatting for binary strings
+* PEP 465, a new matrix multiplication operator
+
+Accepted PEPs:
+
+* PEP 461, %-formatting for binary strings
 * PEP 471, os.scandir()
 
 Proposed changes for 3.5:

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


More information about the Python-checkins mailing list