[Python-checkins] python/nondist/peps pep-0320.txt,1.8,1.9

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Sun Mar 21 17:11:18 EST 2004


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6545

Modified Files:
	pep-0320.txt 
Log Message:
Update PEP 320 based on a meeting of python-dev'vers at PyCon.

Index: pep-0320.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0320.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pep-0320.txt	16 Jan 2004 15:58:37 -0000	1.8
--- pep-0320.txt	21 Mar 2004 22:11:15 -0000	1.9
***************
*** 18,27 ****
      There will be at least two alpha releases, two beta releases, and
      one release candidate.  The release date is not yet fixed but a
!     rough target is June or July of 2004.
  
  
  Release Manager
  
!     TBD
  
  
--- 18,37 ----
      There will be at least two alpha releases, two beta releases, and
      one release candidate.  The release date is not yet fixed but a
!     rough target for the first alpha is July 2004.
  
+       land generator expressions -- first week of May (this PEP seems to 
+       be the largest potential source of upheaval, so it should go 
+       in well before the alpha release).
+       alpha 1 -- second week of July 2004
+       alpha 2 -- four weeks later
+       beta 1 -- TBD (perhaps August) depending on the number of bugs
+       in the alphas.      
+       final -- September? This will depend on how the alphas and betas
+       go, and might be pushed back if several rounds of bugfixing are needed.
+       
  
  Release Manager
  
!     Anthony Baxter
  
  
***************
*** 48,52 ****
      or codec.
  
!     A Decimal package for fixed precision arithmetic.
  
      Deprecate and/or remove the modules listed in PEP 4 (posixfile,
--- 58,68 ----
      or codec.
  
!     PEP 318: Function/method decorator syntax
! 
!     PEP 327: A Decimal package for fixed precision arithmetic.
! 
!     PEP 328: Imports: Multi-line and Absolute/Relative.  (Possibly
!     the absolute/relative stuff is too controversial and will be 
!     pushed off to 2.4.)
  
      Deprecate and/or remove the modules listed in PEP 4 (posixfile,
***************
*** 76,79 ****
--- 92,98 ----
      packages such as pyopenssl.  
  
+     AST-based compiler: if this branch can land in the trunk by early 
+     May, it can go in.  Otherwise it can wait for a future release.
+ 
  
  Ongoing tasks




More information about the Python-checkins mailing list