[Python-checkins] python/nondist/peps pep-0283.txt,1.32,1.33

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Thu, 17 Apr 2003 10:32:01 -0700


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

Modified Files:
	pep-0283.txt 
Log Message:
Schedule update.  Plan for a beta 1 release on 4/25/03.


Index: pep-0283.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0283.txt,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** pep-0283.txt	26 Feb 2003 14:58:11 -0000	1.32
--- pep-0283.txt	17 Apr 2003 17:31:58 -0000	1.33
***************
*** 26,34 ****
      guidelines:
  
        alpha 2  --  February 19, 2003
!       beta 1   --  late March
!       beta 2   --  late April
!       rc 1     --  late May
!       final    --  early June
  
  
--- 26,35 ----
      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
  
  
***************
*** 138,141 ****
--- 139,147 ----
      - A new pickling protocol.  See PEP 307.
  
+     - PEP 305 (CSV File API, by Skip Montanaro et al.) is in; this is
+       the csv package.
+ 
+     - Raymond Hettinger's itertools module is in.
+ 
  
  Planned features for 2.3
***************
*** 156,175 ****
        unsigned C long int that receives the lower LONG_BIT bits of the
        Python argument, truncating without range checking.  (SF
!       595026.)
! 
!     - For a class defined inside another class, the __name__ should be
!       "outer.inner", and pickling should work.  (SF 633930.  I'm no
!       longer certain this is easy or even right.)
  
      - The import lock could use some redesign.  (SF 683658.)
  
      - PEP 311 (Simplified GIL Acquisition for Extensions, by Mark
!       Hammond) may be ready in time to get it in.
! 
!     - PEP 305 (CSV File API, by Skip Montanaro et al.) might go in; I
!       don't know what the authors' plans are.
! 
!     - PEP 304 (Controlling Generation of Bytecode Files by Montanaro)
!       might go in; I've lost track of the status.
  
  
--- 162,171 ----
        unsigned C long int that receives the lower LONG_BIT bits of the
        Python argument, truncating without range checking.  (SF
!       595026; Thomas Heller is working on this.)
  
      - The import lock could use some redesign.  (SF 683658.)
  
      - PEP 311 (Simplified GIL Acquisition for Extensions, by Mark
!       Hammond) is expected to go into beta 1.
  
  
***************
*** 209,212 ****
--- 205,213 ----
      release).  For example:
  
+     - TBD
+ 
+ 
+ Features unlikely to make it into Python 2.3
+ 
      - Set API issues; is the sets module perfect?
  
***************
*** 221,229 ****
        Ditto.
  
-     - Fredrik Lundh's basetime proposal:
-       http://effbot.org/ideas/time-type.htm
- 
-       I believe this is dead now.
- 
      - New widgets for Tkinter???
  
--- 222,225 ----
***************
*** 232,237 ****
        already (though not on Windows yet).
  
  
! Features unlikely to make it into Python 2.3
  
      - reST is going to be used a lot in Zope3.  Maybe it could become
--- 228,242 ----
        already (though not on Windows yet).
  
+     - Fredrik Lundh's basetime proposal:
+       http://effbot.org/ideas/time-type.htm
  
!       I believe this is dead now.
! 
!     - PEP 304 (Controlling Generation of Bytecode Files by Montanaro)
!       seems to have lost steam.
! 
!     - For a class defined inside another class, the __name__ should be
!       "outer.inner", and pickling should work.  (SF 633930.  I'm no
!       longer certain this is easy or even right.)
  
      - reST is going to be used a lot in Zope3.  Maybe it could become
***************
*** 255,262 ****
        It seems we can't get consensus on this.
  
-     - An iterator tools module featuring goodies from SML and Haskell?
-       http://mail.python.org/pipermail/python-dev/2002-May/024418.html
-       I haven't heard about this in ages.
- 
      - Deprecate the buffer object.
        http://mail.python.org/pipermail/python-dev/2002-July/026388.html
--- 260,263 ----
***************
*** 266,275 ****
      - PEP 269  Pgen Module for Python                       Riehl
  
!       I haven't heard from Jon Riehl since he moved to Chicago.
  
      - Add support for the long-awaited Python catalog.  Kapil
        Thangavelu has a Zope-based implementation that he demoed at
        OSCON 2002.  Now all we need is a place to host it and a person
!       to champion it.
  
      - PEP 266  Optimizing Global Variable/Attribute Access  Montanaro
--- 267,278 ----
      - PEP 269  Pgen Module for Python                       Riehl
  
!       (Some necessary changes are in; the pgen module itself needs to
!       mature more.)
  
      - Add support for the long-awaited Python catalog.  Kapil
        Thangavelu has a Zope-based implementation that he demoed at
        OSCON 2002.  Now all we need is a place to host it and a person
!       to champion it.  (Some changes to distutils to support this are
!       in, at least.)
  
      - PEP 266  Optimizing Global Variable/Attribute Access  Montanaro