cpython/Lib/xml
Antoine Pitrou 99f69ee7a1 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.
........
2010-02-09 17:25:47 +00:00
..
dom Use true booleans and PEP8 for argdefaults. 2009-09-16 15:54:04 +00:00
etree Merged revisions 78125 via svnmerge from 2010-02-09 17:25:47 +00:00
parsers Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
sax Use true booleans and PEP8 for argdefaults. 2009-09-16 15:54:04 +00:00
__init__.py Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from 2009-11-13 02:25:08 +00:00