Start of 1.6 release schedule.
This commit is contained in:
parent
af4c241cdd
commit
830acec859
|
@ -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:
|
Loading…
Reference in New Issue