]> granicus.if.org Git - python/commit
Merged revisions 78125 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 9 Feb 2010 17:25:47 +0000 (17:25 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 9 Feb 2010 17:25:47 +0000 (17:25 +0000)
commit99f69ee7a1cf4d032d420ad69d22bd44b8cf6cc8
treedb02a09b57b68dbc4fa0a2162535135fd99ed20a
parentc77dd32be4557ad5d2e5c9a710ebeaf52d5092d1
Merged revisions 78125 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78125 | antoine.pitrou | 2010-02-09 18:08:05 +0100 (mar., 09 févr. 2010) | 7 lines

  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.
........
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementTree.py
Misc/ACKS
Misc/NEWS