[Python-checkins] python/nondist/peps pep-0283.txt,1.36,1.37

jhylton@users.sourceforge.net jhylton@users.sourceforge.net
Sun, 29 Jun 2003 12:01:17 -0700


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

Modified Files:
	pep-0283.txt 
Log Message:
A few updates to the schedule and plans.


Index: pep-0283.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0283.txt,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** pep-0283.txt	25 Apr 2003 20:13:53 -0000	1.36
--- pep-0283.txt	29 Jun 2003 19:01:15 -0000	1.37
***************
*** 23,35 ****
      least one week apart (excepting again blunder corrections).
  
!     Here's a tentative release schedule that follows the above
!     guidelines:
  
        alpha 1  --  December 31, 2002
        alpha 2  --  February 19, 2003
        beta 1   --  April 25, 2003
!       beta 2   --  late May
!       rc 1     --  late June
!       final    --  early July
  
  
--- 23,37 ----
      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's a tenative schedule for the remaining releases:
! 
!       rc 1     --  late July
!       final    --  early August
  
  
***************
*** 152,155 ****
--- 154,161 ----
        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
+       by setup.py.
  
  Planned features for 2.3
***************
*** 163,169 ****
      feedback to python-dev@python.org; I hope to maintain this for the
      life of the 2.3 development process.
- 
-     - I plan to integrate the new version of IDLE from the IDLEfork
-       project (http://idlefork.sf.net).
  
      - The import lock could use some redesign.  (SF 683658.)
--- 169,172 ----