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

Fred L. Drake python-dev@python.org
Mon, 14 Aug 2000 13:08:43 -0700


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

Modified Files:
	pep-0160.txt 
Log Message:

Small adjustments.


Index: pep-0160.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0160.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** pep-0160.txt	2000/07/27 18:46:29	1.4
--- pep-0160.txt	2000/08/14 20:08:40	1.5
***************
*** 5,8 ****
--- 5,10 ----
  Python-Version: 1.6
  Status:         Incomplete
+ Type:           Informational
+ Created:        25-Jul-2000
  
  Introduction
***************
*** 16,20 ****
  
  Schedule
!     August 1     1.6 beta 1 release.
      August 15    1.6 final release.
  
--- 18,23 ----
  
  Schedule
!     August 1     1.6 beta 1 release (planned).
!     August 3     1.6 beta 1 release (actual).
      August 15    1.6 final release.
  
***************
*** 34,37 ****
--- 37,43 ----
        of the re module.
  
+     * The curses module was in the middle of a transformation to a
+       package, so the final form was adopted.
+ 
  Mechanism
  
***************
*** 47,50 ****
--- 53,59 ----
      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