]> granicus.if.org Git - python/commit
Issue #15296: Fix minidom.toxml/toprettyxml for non-unicode encodings. Patch by...
authorEli Bendersky <eliben@gmail.com>
Fri, 13 Jul 2012 06:52:39 +0000 (09:52 +0300)
committerEli Bendersky <eliben@gmail.com>
Fri, 13 Jul 2012 06:52:39 +0000 (09:52 +0300)
commit8a80502d2c80e4af771136bf7cefb6ecd7c7df4a
treeff3789e4a75380a867728f64d9c48fdd3aab945b
parentb674dcf53eb2d17929214b042506c18df85a53d5
Issue #15296: Fix minidom.toxml/toprettyxml for non-unicode encodings.  Patch by Serhiy Storchaka, with some minor style adjustments by me.
Doc/library/xml.dom.minidom.rst
Lib/test/test_minidom.py
Lib/xml/dom/minidom.py