Panos Christeas added the comment:
I'm reopening the bug, as your last comment does not cover the initial report.
We are not talking about invalid UTF8 here, but legal low-ASCII values.
--
resolution: wont fix ->
status: closed -> open
___
New submission from Panos Christeas :
The expat library (in C level) is not xml 1.1 compliant, meaning that
it won't accept characters \x01-\x08,\x0b,\x0c and \x0e-\x1f .
At the same time, ElementTree (or custom XML creation, such as in
xmlrpclib.py:694) allow these characters to pass th