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 leogah
Recipients
Date 2004-12-03.00:37:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=356893

I don't think there are any bugs here: at least not Python ones.

U+0001 (SOH) isn't an allowed character in XML 1.0:
http://www.w3.org/International/questions/qa-controls

U+201A (SINGLE LOW-9 QUOTATION MARK) should be fine, except
that \x1A is converted to EOF on Windows; then expat chokes
on all the unclosed tags. Open the file 'rb'.

RB.
History
Date User Action Args
2007-08-23 14:27:51adminlinkissue1074200 messages
2007-08-23 14:27:51admincreate