This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jcgregorio
Recipients
Date 2007-07-23.16:23:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Fixes to module and unit tests so that unit tests pass.
Changes:

1. Removed "returns_unicode" attribute, associated code
   in the module to support that attribute, and all tests
   associated with it.
2. Parsed data is now returned as unicode strings.
3. Changed input tests to use io.BytesIO instead
   of StringIO, to reflect the byte processing
   nature of expat.
History
Date User Action Args
2007-08-23 15:59:22adminlinkissue1759016 messages
2007-08-23 15:59:22admincreate