cpython/Lib/xml
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
..
dom replace has_key with 'in' operator 2009-10-09 22:15:50 +00:00
etree Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">") 2010-02-09 17:08:05 +00:00
parsers expunge the xmlcore changes: 2006-07-29 16:56:15 +00:00
sax replace has_key with 'in' operator 2009-10-09 22:15:50 +00:00
__init__.py death to old CVS keyword 2009-10-09 03:11:36 +00:00