]> granicus.if.org Git - python/commit
Merged revisions 85858 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 27 Oct 2010 18:43:21 +0000 (18:43 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 27 Oct 2010 18:43:21 +0000 (18:43 +0000)
commit7f08102bc68b65336ad12c2210daa832ebad3be5
treee232661923769c12b1874db4c70fdc5a0d200750
parente1ff21413963af513932104c2730206d952b2537
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.
........
Lib/test/test_sax.py
Lib/xml/sax/saxutils.py
Misc/ACKS
Misc/NEWS