]> granicus.if.org Git - python/commit
Added Python interface to Expat XML parser.
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 31 Mar 2000 15:43:31 +0000 (15:43 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 31 Mar 2000 15:43:31 +0000 (15:43 +0000)
commitb7f105371f05d16a2d724d3662c98550d311bdfb
treed588862a55ee9e390812b617c8603c786e9f7a58
parent6a6a77c6af928a266eae7672c4765f1ac5a89603
Added Python interface to Expat XML parser.
    The Setup.in entry is sort of a lie; it links with -lexpat, but
    Expat's Makefile doesn't actually build a libexpat.a.  I'll send
    Expat's author a patch to do that; if he doesn't accept it, this
    rule will have to list Expat's object files (ick!), or have a
    comment explaining how to build a .a file.
Modules/Setup.in
Modules/pyexpat.c [new file with mode: 0644]