[Python-checkins] CVS: python/nondist/peps pep-0200.txt,1.27,1.28

Jeremy Hylton python-dev@python.org
Thu, 24 Aug 2000 14:46:56 -0700


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

Modified Files:
	pep-0200.txt 
Log Message:
update release schedule


Index: pep-0200.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0200.txt,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** pep-0200.txt	2000/08/24 21:17:33	1.27
--- pep-0200.txt	2000/08/24 21:46:53	1.28
***************
*** 18,25 ****
  
  Tentative Release Schedule
  
      14-Aug-2000: All 2.0 PEPs finished / feature freeze
!     28-Aug-2000: 2.0 beta 1
!     29-Sep-2000: 2.0 final
  
  
--- 18,27 ----
  
  Tentative Release Schedule
+     [revised 24 Aug 2000]
  
      14-Aug-2000: All 2.0 PEPs finished / feature freeze
!      5-Sep-2000: 2.0 beta 1
!    mid-Sep-2000: beta 2 if necessary
!      6-Oct-2000: 2.0 final
  
  
***************
*** 172,176 ****
  Open items -- Need to be resolved before 2.0b1 release
  
!     Add popen2 support for Linux -- assigned to /F
  
      Get all patches out of Open.
--- 174,178 ----
  Open items -- Need to be resolved before 2.0b1 release
  
!     Add popen2 support for Linux -- Fred Drake
  
      Get all patches out of Open.
***************
*** 200,203 ****
--- 202,208 ----
  Open items -- Need to be resolved before 2.0 final release
  
+     Update Tools/compiler so that it is compatible with list
+     comprehensions, import as, and any other new language features. 
+ 
      Improve code coverage of test suite.
  
***************
*** 214,217 ****
--- 219,229 ----
  
  
+ Open: proposed but not accepted or rejected
+ 
+     * Problems reported with Tkinter, Tk 8.3.2,axs and Unicode
+ 
+     * Extended slicing on lists - Michael Hudson
+       Make lists (and other builtin types) handle extended slices.
+ 
  Open items -- completed/fixed
  
***************
*** 289,297 ****
      * Integrated gettext module - Barry Warsaw
        wrapper around standard internationalization libraries
- 
- Open: proposed but not accepted or rejected
- 
-     * Extended slicing on lists - Michael Hudson
-       Make lists (and other builtin types) handle extended slices.
  
  Postponed
--- 301,304 ----