[Python-checkins] python/nondist/peps pep-0314.txt,1.19,1.20

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Sun Mar 20 16:59:06 CET 2005


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

Modified Files:
	pep-0314.txt 
Log Message:
fix spelling of pyexpat's name


Index: pep-0314.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0314.txt,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- pep-0314.txt	20 Mar 2005 15:57:37 -0000	1.19
+++ pep-0314.txt	20 Mar 2005 15:59:04 -0000	1.20
@@ -234,7 +234,7 @@
           Requires: re
           Requires: sys
           Requires: zlib
-          Requires: pyexpat (>1.0)
+          Requires: xml.parsers.expat (>1.0)
           Requires: psycopg
        
     Provides (multiple use)



More information about the Python-checkins mailing list