[Python-checkins] python/nondist/peps pep-0283.txt,1.23,1.24

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Tue, 24 Dec 2002 10:22:16 -0800


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

Modified Files:
	pep-0283.txt 
Log Message:
Add PEP 302 and some definite words on the release schedule.  Change
release manager to GvR.


Index: pep-0283.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0283.txt,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** pep-0283.txt	14 Nov 2002 19:56:53 -0000	1.23
--- pep-0283.txt	24 Dec 2002 18:22:13 -0000	1.24
***************
*** 16,22 ****
      Bugs may be fixed until the final release.
  
!     There is currently no defined schedule.  We hope to do the final
!     release before the end of 2002, but if important projects below
!     are delayed, even that may be delayed.
  
      There will be at least two alpha releases, two beta releases, and
--- 16,22 ----
      Bugs may be fixed until the final release.
  
!     There is currently no complete schedule.  I plan to release alpha
!     1 in 2002, and hope for a final release in the second quarter of
!     2003.
  
      There will be at least two alpha releases, two beta releases, and
***************
*** 30,34 ****
  Release Manager
  
!     Barry Warsaw.  (Didn't have his finger on his nose in time. :)
  
  
--- 30,34 ----
  Release Manager
  
!     Guido van Rossum.
  
  
***************
*** 51,56 ****
      - New widgets for Tkinter???
  
-     - Tk 8.4 update.
- 
  
  Completed features for 2.3
--- 51,54 ----
***************
*** 59,62 ****
--- 57,62 ----
      for more, and of course Misc/NEWS for the full list.
  
+     - Tk 8.4 update.
+ 
      - The bool type and its constants, True and False (PEP 285).
  
***************
*** 146,151 ****
      - PEP 273  Import Modules from Zip Archives             Ahlstrom
  
!       There's hope for an updated patch at
!       http://www.python.org/sf/492105
  
      - A new command line option parser.  Greg Ward's Optik
--- 146,156 ----
      - PEP 273  Import Modules from Zip Archives             Ahlstrom
  
!       There's a patch at http://www.python.org/sf/492105; an updated
!       patch at http://www.python.org/sf/645650; but my expectation is
!       that this will be subsumed by the PEP 302 work.
! 
!     - PEP 302  New Import Hooks                             JvR
! 
!       This looks very promising.  See http://www.python.org/sf/652586
  
      - A new command line option parser.  Greg Ward's Optik