[Python-checkins] peps: We have a 3.6 release PEP.

barry.warsaw python-checkins at python.org
Mon Jun 1 19:59:55 CEST 2015


https://hg.python.org/peps/rev/a50d51e8c748
changeset:   5888:a50d51e8c748
user:        Barry Warsaw <barry at python.org>
date:        Mon Jun 01 13:59:32 2015 -0400
summary:
  We have a 3.6 release PEP.

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


diff --git a/pep-0495.txt b/pep-0495.txt
new file mode 100644
--- /dev/null
+++ b/pep-0495.txt
@@ -0,0 +1,66 @@
+PEP: 495
+Title: Python 3.6 Release Schedule
+Version: $Revision$
+Last-Modified: $Date$
+Author: Ned Deily <nad at acm.org>
+Status: Active
+Type: Informational
+Content-Type: text/x-rst
+Created: 30-May-2015
+Python-Version: 3.6
+
+
+Abstract
+========
+
+This document describes the development and release schedule for Python 3.6.
+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 tentatively planned for late 2016.
+
+
+Release Manager and Crew
+========================
+
+- 3.6 Release Manager: Ned Deily
+- Windows installers: Steve Dower
+- Mac installers: Ned Deily
+- Documentation: Georg Brandl
+
+
+Release Schedule
+================
+
+The releases:
+
+- 3.6.0 alpha 1: TBD
+- 3.6.0 beta 1: TBD
+- 3.6.0 candidate 1: TBD
+- 3.6.0 final: TBD (late 2016?)
+
+(Beta 1 is also "feature freeze"--no new features beyond this point.)
+
+
+Features for 3.6
+================
+
+Proposed changes for 3.6:
+
+* TBD
+
+
+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