[Python-checkins] peps: Start of 1.6 release schedule.

georg.brandl python-checkins at python.org
Wed Mar 23 21:23:05 CET 2011


http://hg.python.org/peps/rev/8ef32da3345f
changeset:   39:8ef32da3345f
user:        Fred Drake <fdrake at acm.org>
date:        Tue Jul 25 03:38:53 2000 +0000
summary:
  Start of 1.6 release schedule.

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


diff --git a/pep-0160.txt b/pep-0160.txt
new file mode 100644
--- /dev/null
+++ b/pep-0160.txt
@@ -0,0 +1,40 @@
+PEP: 160
+Title: Python 1.6 Release Schedule
+Version: $Revision$
+Owner: fdrake at beopen.com (Fred L. Drake, Jr.)
+Python-Version: 2.0
+Status: Incomplete
+
+
+Introduction
+
+    This PEP describes the Python 1.6 release schedule, tracking the
+    status and ownership of the major new features, summarizes
+    discussions held in mailing list forums, and provides URLs for
+    further information, patches, and other outstanding issues.  The
+    CVS revision history of this file contains the definitive
+    historical record.
+
+
+Schedule
+    August 1     1.6 beta 1 release.
+    August 15    1.6 final release.
+
+
+Features
+
+    A number of features are required for Python 1.6 in order to
+    fulfill the various promises that have been made.  The following
+    are required to be fully operational, documented, and forward
+    compatible with the plans for Python 2.0:
+
+    * Unicode support: The Unicode object defined for Python 2.0 must
+      be provided, including all methods and codec support.
+
+
+
+
+Local Variables:
+mode: indented-text
+indent-tabs-mode: nil
+End:

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


More information about the Python-checkins mailing list