[Zope-Checkins] CVS: Zope/lib/python/Shared/DC/xml/pyexpat - dcpyexpat.c:1.3.80.1

Casey Duncan casey@zope.com
Wed, 27 Mar 2002 15:51:55 -0500


Update of /cvs-repository/Zope/lib/python/Shared/DC/xml/pyexpat
In directory cvs.zope.org:/tmp/cvs-serv22094/lib/python/Shared/DC/xml/pyexpat

Modified Files:
      Tag: casey-death_to_index_html-branch
	dcpyexpat.c 
Log Message:
Updating branch to head for testing


=== Zope/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.c 1.3 => 1.3.80.1 ===
 	int attrs_len;
 	const char **attrs_p, **attrs_k;
-	
+
 
 	if (self->StartElementHandler != Py_None) {
 	        if (self->attrdict) {
@@ -709,7 +709,7 @@
 /* Initialization function for the module (*must* be called initpyexpat) */
 
 static char pyexpat_module_documentation[] = 
-""
+"$Id$"
 ;
 
 void
@@ -727,10 +727,6 @@
 	ErrorObject = PyString_FromString("pyexpat.error");
 	PyDict_SetItemString(d, "error", ErrorObject);
 
-	PyDict_SetItemString(d,"__version__",
-			     PyString_FromStringAndSize(rev+11,
-							strlen(rev+11)-2));
-		
 #define MYCONST(name) \
 	PyDict_SetItemString(d, #name, PyInt_FromLong(name))