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 enrico.scame
Recipients enrico.scame
Date 2016-05-25.09:09:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464167373.86.0.726090753957.issue27120@psf.upfronthosting.co.za>
In-reply-to
Content
The xmllib.XMLParser seems to be unable to parse 
an XML file that contains cyrillic characters.


   File "xmllib.pyc", line 172, in feed
   File "xmllib.pyc", line 268, in goahead
   File "xmllib.pyc", line 798, in syntax_error
 Error: Syntax error at line 8: illegal character in content
History
Date User Action Args
2016-05-25 09:09:33enrico.scamesetrecipients: + enrico.scame
2016-05-25 09:09:33enrico.scamesetmessageid: <1464167373.86.0.726090753957.issue27120@psf.upfronthosting.co.za>
2016-05-25 09:09:33enrico.scamelinkissue27120 messages
2016-05-25 09:09:33enrico.scamecreate