[Expat-discuss] Python improvements to expat

Michael Gilbert michael.s.gilbert at gmail.com
Mon Jan 18 18:08:26 CET 2010


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


More information about the Expat-discuss mailing list