[Python-checkins] python/nondist/peps pep-0283.txt,1.38,1.39

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sat, 19 Jul 2003 19:49:00 -0700


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv13625/peps

Modified Files:
	pep-0283.txt 
Log Message:
Updated release schedule.  Reworded various stuff for parallelsim and
conformance to reality.


Index: pep-0283.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0283.txt,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** pep-0283.txt	9 Jul 2003 14:49:49 -0000	1.38
--- pep-0283.txt	20 Jul 2003 02:48:58 -0000	1.39
***************
*** 23,43 ****
      least one week apart (excepting again blunder corrections).
  
!     The schedule so far has had longer gaps than planned:
! 
!       alpha 1  --  December 31, 2002
!       alpha 2  --  February 19, 2003
!       beta 1   --  April 25, 2003
!       beta 2   --  June 29, 2003
  
      Here is the schedule for the remaining releases:
  
!       July 17, 2003 -- rc 1
!       July 24, 2003 -- rc 2 if necessary, otherwise final
!       July 31, 2003 -- final (if rc 2)
  
  
  Release Manager
  
!     Barry Warsaw, Jeremy Hylton
  
  
--- 23,41 ----
      least one week apart (excepting again blunder corrections).
  
!       alpha 1      --  31 Dec 2002
!       alpha 2      --  19 Feb 2003
!       beta 1       --  25 April 2003
!       beta 2       --  29 Jun 2003
!       candidate 1  --  18 Jul 2003
  
      Here is the schedule for the remaining releases:
  
!       candidate 2  --  24 Jul 2003
!       final        --  31 Jul 2003
  
  
  Release Manager
  
!     Barry Warsaw, Jeremy Hylton, Tim Peters
  
  
***************
*** 91,95 ****
  
      - Warn when an extension type's tp_compare returns anything except
!       -1, 0 or 1.  http://www.python.org/sf/472523 
  
      - Warn for assignment to None (in various forms).
--- 89,93 ----
  
      - Warn when an extension type's tp_compare returns anything except
!       -1, 0 or 1.  http://www.python.org/sf/472523
  
      - Warn for assignment to None (in various forms).
***************
*** 155,159 ****
        Heller did this work.)
  
!     - A new version of IDLE was imported from the IDLEfork project 
        (http://idlefork.sf.net).  The code now lives in the idlelib
        package in the standard library and the idle script is installed
--- 153,157 ----
        Heller did this work.)
  
!     - A new version of IDLE was imported from the IDLEfork project
        (http://idlefork.sf.net).  The code now lives in the idlelib
        package in the standard library and the idle script is installed
***************
*** 162,175 ****
  Planned features for 2.3
  
!     Here are a few PEPs and other ideas under consideration, with
!     comments in "parade of the PEPs" style.  Not all of these will be
!     part of the final 2.3 release; we'll update the list as decisions
!     crystallize.
! 
!     This is pretty much an unordered laundry list.  Please send
!     feedback to python-dev@python.org; I hope to maintain this for the
!     life of the 2.3 development process.
! 
!     - The import lock could use some redesign.  (SF 683658.)
  
  
--- 160,164 ----
  Planned features for 2.3
  
!     Too late for anything more to get done here.
  
  
***************
*** 210,217 ****
      release).  For example:
  
!     - TBD
  
  
! Features unlikely to make it into Python 2.3
  
      - Set API issues; is the sets module perfect?
--- 199,211 ----
      release).  For example:
  
!     - As of release candidate 1, a raft of mysterious problems
!       cropped up seemingly unique to Cygwin.  If these are really due
!       to the Python core (too soon to guess), it could dely the final
!       release arbitrarily long.
  
  
! Features that did not make it into Python 2.3
! 
!     - The import lock could use some redesign.  (SF 683658.)
  
      - Set API issues; is the sets module perfect?