[Python-checkins] python/dist/src/Lib/xml __init__.py,1.13,1.14

loewis at users.sourceforge.net loewis at users.sourceforge.net
Wed Oct 13 21:57:17 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/xml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9930

Modified Files:
	__init__.py 
Log Message:
Require minimally PyXML 0.8.4.


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/xml/__init__.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- __init__.py	26 Jan 2003 10:36:33 -0000	1.13
+++ __init__.py	13 Oct 2004 19:57:14 -0000	1.14
@@ -21,7 +21,7 @@
 __version__ = "$Revision$".split()[-2:][0]
 
 
-_MINIMUM_XMLPLUS_VERSION = (0, 8, 2)
+_MINIMUM_XMLPLUS_VERSION = (0, 8, 4)
 
 
 try:



More information about the Python-checkins mailing list