[Python-checkins] python/nondist/peps pep-0302.txt,1.16,1.17

goodger at users.sourceforge.net goodger at users.sourceforge.net
Tue Sep 28 14:39:03 CEST 2004


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

Modified Files:
	pep-0302.txt 
Log Message:
not complete; I stand corrected ;-)

Index: pep-0302.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0302.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- pep-0302.txt	28 Sep 2004 01:11:15 -0000	1.16
+++ pep-0302.txt	28 Sep 2004 12:39:00 -0000	1.17
@@ -526,10 +526,10 @@
 
 Implementation
 
-    The PEP 302 implementation is complete and 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.
+    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
 
     PEP 273 has been implemented using PEP 302's import hooks.



More information about the Python-checkins mailing list