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

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Wed, 26 Feb 2003 06:58:15 -0800


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

Modified Files:
	pep-0283.txt 
Log Message:
Add some hopeful PEPS.


Index: pep-0283.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0283.txt,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** pep-0283.txt	19 Feb 2003 19:36:27 -0000	1.31
--- pep-0283.txt	26 Feb 2003 14:58:11 -0000	1.32
***************
*** 162,166 ****
        longer certain this is easy or even right.)
  
!      - The import lock could use some redesign.  (SF 683658.)
  
  
--- 162,175 ----
        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.