[Python-checkins] peps: Identify the branch tag for the Python 1.6 release.
georg.brandl
python-checkins at python.org
Wed Mar 23 21:23:34 CET 2011
http://hg.python.org/peps/rev/204fb2e23dec
changeset: 54:204fb2e23dec
user: Fred Drake <fdrake at acm.org>
date: Thu Jul 27 18:46:29 2000 +0000
summary:
Identify the branch tag for the Python 1.6 release.
Remove the ugly form-feed characters some people use with Emacs.
files:
pep-0160.txt | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/pep-0160.txt b/pep-0160.txt
--- a/pep-0160.txt
+++ b/pep-0160.txt
@@ -5,7 +5,6 @@
Python-Version: 1.6
Status: Incomplete
-
Introduction
This PEP describes the Python 1.6 release schedule. The CVS
@@ -15,12 +14,10 @@
This release will be produced by BeOpen PythonLabs staff for the
Corporation for National Research Initiatives (CNRI).
-
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
@@ -36,7 +33,6 @@
It must pass the regression test used for the pcre-based version
of the re module.
-
Mechanism
The release will be created as a branch from the development tree
@@ -46,15 +42,15 @@
reduce mailing list clutter and avoid divergent and incompatible
implementations.
+ The branch tag is "cnri-16-start".
+
Patches and features will be merged to the extent required to pass
regression tests in effect on 16 May 2000.
-
Copyright
This document has been placed in the public domain.
-
Local Variables:
mode: indented-text
indent-tabs-mode: nil
--
Repository URL: http://hg.python.org/peps
More information about the Python-checkins
mailing list