From 830acec859f35fb758a789eb7795df519a6453dc Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 25 Jul 2000 03:38:53 +0000 Subject: [PATCH] Start of 1.6 release schedule. --- pep-0160.txt | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 pep-0160.txt diff --git a/pep-0160.txt b/pep-0160.txt new file mode 100644 index 000000000..1a0879c76 --- /dev/null +++ b/pep-0160.txt @@ -0,0 +1,40 @@ +PEP: 160 +Title: Python 1.6 Release Schedule +Version: $Revision$ +Owner: fdrake@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: