[Python-checkins] python/nondist/peps pep-0302.txt,1.11,1.12

jvr@users.sourceforge.net jvr@users.sourceforge.net
Wed, 01 Jan 2003 12:22:07 -0800


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

Modified Files:
	pep-0302.txt 
Log Message:
2.3a1 integration note

Index: pep-0302.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0302.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** pep-0302.txt	30 Dec 2002 22:39:07 -0000	1.11
--- pep-0302.txt	1 Jan 2003 20:22:03 -0000	1.12
***************
*** 506,510 ****
  Implementation
  
!     A C implementation is available as SourceForge patch 652586.
      http://www.python.org/sf/652586
  
--- 506,513 ----
  Implementation
  
!     The PEP 302 implementation has been integrated with Python as of
!     2.3a1.  An earlier version is available as SourceForge patch
!     #652586, but more interestingly, the SF item contains a fairly
!     detailed history of the development and design.
      http://www.python.org/sf/652586