[Python-checkins] peps: Updates for 3.5 release schedule PEP--different WE, more PEPs.
larry.hastings
python-checkins at python.org
Thu Sep 25 06:12:38 CEST 2014
https://hg.python.org/peps/rev/bc09c431a2c7
changeset: 5562:bc09c431a2c7
user: Larry Hastings <larry at hastings.org>
date: Wed Sep 24 21:13:07 2014 -0700
summary:
Updates for 3.5 release schedule PEP--different WE, more PEPs.
files:
pep-0478.txt | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/pep-0478.txt b/pep-0478.txt
--- a/pep-0478.txt
+++ b/pep-0478.txt
@@ -26,7 +26,7 @@
========================
- 3.5 Release Manager: Larry Hastings
-- Windows installers: Martin v. Löwis
+- Windows installers: Steve Dower
- Mac installers: Ned Deily / Ronald Oussoren
- Documentation: Georg Brandl
@@ -55,13 +55,23 @@
Features for 3.5
================
+Implemented / Final PEPs:
+
+* PEP 461, a new matrix multiplication operator
+* PEP 465, %-formatting for binary strings
+* PEP 471, os.scandir()
+
Proposed changes for 3.5:
* PEP 431, improved support for time zone databases
+* PEP 432, simplifying Python's startup sequence
* PEP 441, improved Python zip application support
* PEP 447, support for __locallookup__ metaclass method
* PEP 448, additional unpacking generalizations
* PEP 455, key transforming dictionary
+* PEP 457, a build tool generating boilerplate for extension modules
+* PEP 475, retrying system calls that fail with EINTR
+
Copyright
--
Repository URL: https://hg.python.org/peps
More information about the Python-checkins
mailing list