Start of 1.6 release schedule.

This commit is contained in:
Fred Drake 2000-07-25 03:38:53 +00:00
parent af4c241cdd
commit 830acec859
1 changed files with 40 additions and 0 deletions

40
pep-0160.txt Normal file
View File

@ -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: