cpython/Lib/xml/etree
Antoine Pitrou 42fb6ab491 Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">")
in XML processing instructions and comments.  These raw characters are
allowed by the XML specification, and are necessary when outputting e.g.
PHP code in a processing instruction.  Patch by Neil Muller.
2010-02-09 17:08:05 +00:00
..
ElementInclude.py expunge the xmlcore changes: 2006-07-29 16:56:15 +00:00
ElementPath.py expunge the xmlcore changes: 2006-07-29 16:56:15 +00:00
ElementTree.py Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">") 2010-02-09 17:08:05 +00:00
__init__.py expunge the xmlcore changes: 2006-07-29 16:56:15 +00:00
cElementTree.py expunge the xmlcore changes: 2006-07-29 16:56:15 +00:00