[Python-checkins] CVS: python/nondist/peps pep-0160.txt,1.2,1.3

Fred L. Drake python-dev@python.org
Tue, 25 Jul 2000 13:49:01 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv26434

Modified Files:
	pep-0160.txt 
Log Message:

More explanation of feature requirements and mechanics of construction.


Index: pep-0160.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0160.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** pep-0160.txt	2000/07/25 04:00:57	1.2
--- pep-0160.txt	2000/07/25 20:48:58	1.3
***************
*** 1,19 ****
! 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
--- 1,19 ----
! PEP:            160
! Title:          Python 1.6 Release Schedule
! Version:        $Revision$
! Owner:          Fred L. Drake, Jr. <fdrake@beopen.com>
! Python-Version: 1.6
! Status:         Incomplete
  
  
  Introduction
  
!     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).
+ 
  
  Schedule
***************
*** 32,35 ****
--- 32,52 ----
        be provided, including all methods and codec support.
  
+     * 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.
+ 
+ 
+ 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.
+ 
+     Patches and features will be merged to the extent required to pass
+     regression tests in effect on 16 May 2000.
  
  
***************
*** 37,41 ****
  
      This document has been placed in the public domain.
- 
  
  
--- 54,57 ----