[Python-checkins] peps: New PEP: PEP 478, Release Schedule For Python 3.5.

larry.hastings python-checkins at python.org
Tue Sep 23 02:17:30 CEST 2014


https://hg.python.org/peps/rev/0f9e46e5e65d
changeset:   5558:0f9e46e5e65d
user:        Larry Hastings <larry at hastings.org>
date:        Tue Sep 23 01:17:13 2014 +0100
summary:
  New PEP: PEP 478, Release Schedule For Python 3.5.

files:
  pep-0478.txt |  81 ++++++++++++++++++++++++++++++++++++++++
  1 files changed, 81 insertions(+), 0 deletions(-)


diff --git a/pep-0478.txt b/pep-0478.txt
new file mode 100644
--- /dev/null
+++ b/pep-0478.txt
@@ -0,0 +1,81 @@
+PEP: 478
+Title: Python 3.5 Release Schedule
+Version: $Revision$
+Last-Modified: $Date$
+Author: Larry Hastings <larry at hastings.org>
+Status: Active
+Type: Informational
+Content-Type: text/x-rst
+Created: 22-Sep-2014
+Python-Version: 3.5
+
+
+Abstract
+========
+
+This document describes the development and release schedule for
+Python 3.5.  The schedule primarily concerns itself with PEP-sized
+items.
+
+.. Small features may be added up to the first beta
+   release.  Bugs may be fixed until the final release,
+   which is planned for September 2015.
+
+
+Release Manager and Crew
+========================
+
+- 3.4 Release Manager: Larry Hastings
+- Windows installers: Martin v. Löwis
+- Mac installers: Ned Deily / Ronald Oussoren
+- Documentation: Georg Brandl
+
+
+Release Schedule
+================
+
+The releases:
+
+- 3.4.0 alpha 1: February 1, 2015
+- 3.4.0 alpha 2: March 8, 2015
+- 3.4.0 alpha 3: March 28, 2015
+- 3.4.0 alpha 4: April 19, 2015
+- 3.4.0 beta 1: May 24, 2015
+- 3.4.0 beta 2: July 5, 2015
+- 3.4.0 beta 3: July 26, 2015
+- 3.4.0 candidate 1: August 9, 2015
+- 3.4.0 candidate 2: August 23, 2015
+- 3.4.0 candidate 3: September 6, 2015
+- 3.4.0 final: September 13, 2015
+
+(Beta 1 is also "feature freeze"--no new features beyond this point.)
+
+
+
+Features for 3.4
+================
+
+Proposed changes for 3.5:
+
+* PEP 431, improved support for time zone databases
+* PEP 441, improved Python zip application support
+* PEP 447, support for __locallookup__ metaclass method
+* PEP 448, additional unpacking generalizations
+* PEP 455, key transforming dictionary
+
+
+Copyright
+=========
+
+This document has been placed in the public domain.
+
+
+

+..
+  Local Variables:
+  mode: indented-text
+  indent-tabs-mode: nil
+  sentence-end-double-space: t
+  fill-column: 70
+  coding: utf-8
+  End:

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


More information about the Python-checkins mailing list