2001-04-17 12:46:51 -04:00
|
|
|
|
PEP: 160
|
|
|
|
|
Title: Python 1.6 Release Schedule
|
|
|
|
|
Version: $Revision$
|
|
|
|
|
Author: Fred L. Drake, Jr. <fdrake@acm.org>
|
|
|
|
|
Status: Finished
|
|
|
|
|
Type: Informational
|
|
|
|
|
Created: 25-Jul-2000
|
2000-07-25 16:48:58 -04:00
|
|
|
|
Python-Version: 1.6
|
2001-04-17 12:46:51 -04:00
|
|
|
|
Post-History:
|
|
|
|
|
|
2000-07-24 23:38:53 -04:00
|
|
|
|
|
|
|
|
|
Introduction
|
|
|
|
|
|
2000-07-25 16:48:58 -04:00
|
|
|
|
This PEP describes the Python 1.6 release schedule. The CVS
|
|
|
|
|
revision history of this file contains the definitive historical
|
|
|
|
|
record.
|
|
|
|
|
|
|
|
|
|
This release will be produced by BeOpen PythonLabs staff for the
|
|
|
|
|
Corporation for National Research Initiatives (CNRI).
|
2000-07-24 23:38:53 -04:00
|
|
|
|
|
2001-04-17 12:46:51 -04:00
|
|
|
|
|
2000-07-24 23:38:53 -04:00
|
|
|
|
Schedule
|
2001-04-17 12:46:51 -04:00
|
|
|
|
|
2000-08-14 16:08:40 -04:00
|
|
|
|
August 1 1.6 beta 1 release (planned).
|
|
|
|
|
August 3 1.6 beta 1 release (actual).
|
2000-09-07 00:30:29 -04:00
|
|
|
|
August 15 1.6 final release (planned).
|
|
|
|
|
September 5 1.6 final release (actual).
|
2000-07-24 23:38:53 -04:00
|
|
|
|
|
2001-04-17 12:46:51 -04:00
|
|
|
|
|
2000-07-24 23:38:53 -04:00
|
|
|
|
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.
|
|
|
|
|
|
2000-07-25 16:48:58 -04:00
|
|
|
|
* SRE: Fredrik Lundh's new regular expression engine will be used
|
|
|
|
|
to provide support for both 8-bit strings and Unicode strings.
|
|
|
|
|
It must pass the regression test used for the pcre-based version
|
|
|
|
|
of the re module.
|
|
|
|
|
|
2000-08-14 16:08:40 -04:00
|
|
|
|
* The curses module was in the middle of a transformation to a
|
|
|
|
|
package, so the final form was adopted.
|
|
|
|
|
|
2001-04-17 12:46:51 -04:00
|
|
|
|
|
2000-07-25 16:48:58 -04:00
|
|
|
|
Mechanism
|
|
|
|
|
|
|
|
|
|
The release will be created as a branch from the development tree
|
|
|
|
|
rooted at CNRI's close of business on 16 May 2000. Patches
|
|
|
|
|
required from more recent checkins will be merged in by moving the
|
|
|
|
|
branch tag on individual files whenever possible in order to
|
|
|
|
|
reduce mailing list clutter and avoid divergent and incompatible
|
|
|
|
|
implementations.
|
|
|
|
|
|
2000-07-27 14:46:29 -04:00
|
|
|
|
The branch tag is "cnri-16-start".
|
|
|
|
|
|
2000-07-25 16:48:58 -04:00
|
|
|
|
Patches and features will be merged to the extent required to pass
|
|
|
|
|
regression tests in effect on 16 May 2000.
|
2000-07-24 23:38:53 -04:00
|
|
|
|
|
2000-08-14 16:08:40 -04:00
|
|
|
|
The beta release is tagged "r16b1" in the CVS repository, and the
|
|
|
|
|
final Python 1.6 release is tagged "release16" in the repository.
|
|
|
|
|
|
2001-04-17 12:46:51 -04:00
|
|
|
|
|
2000-07-25 00:00:57 -04:00
|
|
|
|
Copyright
|
|
|
|
|
|
|
|
|
|
This document has been placed in the public domain.
|
|
|
|
|
|
2001-04-17 12:46:51 -04:00
|
|
|
|
|
|
|
|
|
|
2000-07-24 23:38:53 -04:00
|
|
|
|
Local Variables:
|
|
|
|
|
mode: indented-text
|
|
|
|
|
indent-tabs-mode: nil
|
|
|
|
|
End:
|