[issue11804] expat parser not xml 1.1 (breaks xmlrpclib)

Martin v. Löwis report at bugs.python.org
Sun May 27 10:00:51 CEST 2012


Martin v. Löwis <martin at v.loewis.de> added the comment:

Panos: you are right. The original issue still exists.

However, it is not a bug in Python, but a in the expat library. So I am now closing this report as out-of-scope for Python.

There is a bug report open on expat requesting support for XML 1.1, see

http://sourceforge.net/tracker/?func=detail&atid=110127&aid=891265&group_id=10127

This bug report is open since 2004. I see little hope that expat will support XML 1.1 within the next five years.

I also fail to see the regression: expat has never supported XML 1.1.
xmlrpclib always used expat, at least since Python 2.0. In any case, this report is about expat, not xmlrpclib, so any possible regression in xmlrpclib should be reported separately.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11804>
_______________________________________


More information about the Python-bugs-list mailing list