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

Toby Dickenson tdickenson@geminidataloggers.com
Wed, 20 Mar 2002 11:17:25 -0500


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

Modified Files:
      Tag: toby-safe-missing-cvs-revision-tags-branch
	dcpyexpat.c 
Log Message:
first attempt at cvs -kk support; see collector 140

=== Zope/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.c 1.3 => 1.3.96.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))