]> granicus.if.org Git - python/commit
Remove the old version of my_StartElementHandler(). This was conditionally
authorFred Drake <fdrake@acm.org>
Fri, 16 Feb 2001 20:46:26 +0000 (20:46 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 16 Feb 2001 20:46:26 +0000 (20:46 +0000)
commit6bfa31c5a0077ebf67746da69444123f2825221d
tree9b10bd1d9c74fab11c0d3d9ebf2d45947b9da1a5
parentfc93b0a81a93a6b0960a8a08a565cce88a0d8f61
Remove the old version of my_StartElementHandler().  This was conditionally
compiled only for some versions of Expat, but was no longer needed as the
new implementation works for all versions.  Keeping it created multiple
definitions for Expat 1.2, which caused compilation to fail.
Modules/pyexpat.c