[Python-checkins] peps: PEP 461 has been implemented for 3.5
nick.coghlan
python-checkins at python.org
Sun Feb 1 06:59:50 CET 2015
https://hg.python.org/peps/rev/7fdec54e0566
changeset: 5685:7fdec54e0566
user: Nick Coghlan <ncoghlan at gmail.com>
date: Sun Feb 01 15:59:42 2015 +1000
summary:
PEP 461 has been implemented for 3.5
files:
pep-0461.txt | 2 +-
pep-0478.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pep-0461.txt b/pep-0461.txt
--- a/pep-0461.txt
+++ b/pep-0461.txt
@@ -3,7 +3,7 @@
Version: $Revision$
Last-Modified: $Date$
Author: Ethan Furman <ethan at stoneleaf.us>
-Status: Accepted
+Status: Final
Type: Standards Track
Content-Type: text/x-rst
Created: 2014-01-13
diff --git a/pep-0478.txt b/pep-0478.txt
--- a/pep-0478.txt
+++ b/pep-0478.txt
@@ -58,10 +58,10 @@
Implemented / Final PEPs:
* PEP 465, a new matrix multiplication operator
+* PEP 461, %-formatting for binary strings
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