[issue8277] ElementTree won't parse comments

Florent Xicluna report at bugs.python.org
Sun Aug 8 23:07:00 CEST 2010


Florent Xicluna <florent.xicluna at gmail.com> added the comment:

IIUC it works like that by design.
The ElementTree 1.3 (which is part of Python 2.7 and 3.2) allows to define your own parser which parses comments (see previous comments).

Close as "won't fix"?

----------
nosy: +scoder
resolution:  -> wont fix
stage:  -> committed/rejected
type: behavior -> feature request
versions: +Python 3.2 -Python 3.1

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


More information about the Python-bugs-list mailing list