[Zope-Checkins] CVS: Zope/lib/python/Shared/DC/xml/pyexpat - dcpyexpat.c:1.4
Toby Dickenson
tdickenson@geminidataloggers.com
Thu, 21 Mar 2002 10:49:26 -0500
Update of /cvs-repository/Zope/lib/python/Shared/DC/xml/pyexpat
In directory cvs.zope.org:/tmp/cvs-serv19972/lib/python/Shared/DC/xml/pyexpat
Modified Files:
dcpyexpat.c
Log Message:
merged toby-safe-missing-cvs-revision-tags-branch; cvs -kk compatability
=== Zope/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.c 1.3 => 1.4 ===
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))