[issue17089] Expat parser parses strings only when XML encoding is UTF-8

2013-05-22 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- versions: -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue17089] Expat parser parses strings only when XML encoding is UTF-8

2013-02-13 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue17089] Expat parser parses strings only when XML encoding is UTF-8

2013-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3cc2a2de36e3 by Serhiy Storchaka in branch '3.2': Issue #17089: Expat parser now correctly works with string input not only when http://hg.python.org/cpython/rev/3cc2a2de36e3 New changeset 6c27b0e09c43 by Serhiy Storchaka in branch '3.3': Issue #170

[issue17089] Expat parser parses strings only when XML encoding is UTF-8

2013-01-31 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: xmlparser.Parse() works with string data only if XML encoding is utf-8 (or ascii). Examples: >>> import xml.parsers.expat >>> parser = xml.parsers.expat.ParserCreate() >>> content = [] >>> parser.CharacterDataHandler = content.append >>> parser.Parse("\xb5"