Fred Drake
|
7fbc85c5c5
|
Rename the public interface from "pyexpat" to "xml.parsers.expat".
|
2000-09-23 04:47:56 +00:00 |
Fred Drake
|
265a804af2
|
Revise the test case for pyexpat to avoid using asserts. Conform better
to the Python style guide, and remove unneeded imports.
|
2000-09-21 20:32:13 +00:00 |
Andrew M. Kuchling
|
7fd7e36b08
|
Change pyexpat test suite to exercise the .returns_unicode attribute,
parsing the sample data once with 8-bit strings and once with Unicode.
|
2000-06-27 00:37:25 +00:00 |
Andrew M. Kuchling
|
e188d52a7e
|
Untabified file to fix problems reported by tabnanny
|
2000-04-02 05:15:38 +00:00 |
Andrew M. Kuchling
|
b17664ddf0
|
Added test case for pyexpat module that tries to exercise all the handlers
|
2000-03-31 15:44:52 +00:00 |