[Python-checkins] peps: Small adjustments.

georg.brandl python-checkins at python.org
Wed Mar 23 21:24:44 CET 2011


http://hg.python.org/peps/rev/b0bc1e7c04c5
changeset:   92:b0bc1e7c04c5
user:        Fred Drake <fdrake at acm.org>
date:        Mon Aug 14 20:08:40 2000 +0000
summary:
  Small adjustments.

files:
  pep-0160.txt |  11 ++++++++++-
  1 files changed, 10 insertions(+), 1 deletions(-)


diff --git a/pep-0160.txt b/pep-0160.txt
--- a/pep-0160.txt
+++ b/pep-0160.txt
@@ -4,6 +4,8 @@
 Owner:          Fred L. Drake, Jr. <fdrake at beopen.com>
 Python-Version: 1.6
 Status:         Incomplete
+Type:           Informational
+Created:        25-Jul-2000
 
 Introduction
 
@@ -15,7 +17,8 @@
     Corporation for National Research Initiatives (CNRI).
 
 Schedule
-    August 1     1.6 beta 1 release.
+    August 1     1.6 beta 1 release (planned).
+    August 3     1.6 beta 1 release (actual).
     August 15    1.6 final release.
 
 Features
@@ -33,6 +36,9 @@
       It must pass the regression test used for the pcre-based version
       of the re module.
 
+    * The curses module was in the middle of a transformation to a
+      package, so the final form was adopted.
+
 Mechanism
 
     The release will be created as a branch from the development tree
@@ -47,6 +53,9 @@
     Patches and features will be merged to the extent required to pass
     regression tests in effect on 16 May 2000.
 
+    The beta release is tagged "r16b1" in the CVS repository, and the
+    final Python 1.6 release is tagged "release16" in the repository.
+
 Copyright
 
     This document has been placed in the public domain.

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list