commit | 7f08102bc68b65336ad12c2210daa832ebad3be5 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Oct 27 18:43:21 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Oct 27 18:43:21 2010 +0000 |
tree | e232661923769c12b1874db4c70fdc5a0d200750 | |
parent | e1ff21413963af513932104c2730206d952b2537 [diff] |
Merged revisions 85858 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85858 | antoine.pitrou | 2010-10-27 20:33:30 +0200 (mer., 27 oct. 2010) | 5 lines Issue #5027: The standard `xml` namespace is now understood by xml.sax.saxutils.XMLGenerator as being bound to http://www.w3.org/XML/1998/namespace. Patch by Troy J. Farrell. ........