Re: Python improvements to expat
Michael Gilbert <[email protected]> Mon, 18 Jan 2010 12:08:26 -0500
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 18 Jan 2010 11:54:28 -0500 Michael Gilbert wrote: > Hi, > > Python has made some minor improvements to expat. Would it make sense to > merge any of their changes? See the attached diff. > > Note that a lot of the differences (i.e. using characters instead of > defines and losing support for large files) are because they have > version 2.0.0 of expat. I'm not sure if any of the other changes would > be useful. I should have done a diff with 2.0.0 to begin with. It turns out that the only difference is that they include pyexpatns.h, which just appends 'PyExpat_' to expat's symbols. Sorry for the noise. Mike