]> granicus.if.org Git - python/commit
Issue #1390: Raise ValueError in toxml when an invalid comment would
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 23 May 2008 15:18:28 +0000 (15:18 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 23 May 2008 15:18:28 +0000 (15:18 +0000)
commit27e4a179f277b568f04d482765ab773068ae6ab6
treed3e1911917a15ff77cbd5a1846064c6a28606d52
parent8c255e4173cfc86ff7015b8f75dccf0d41b24003
Issue #1390: Raise ValueError in toxml when an invalid comment would
otherwise be produced.
Lib/test/test_minidom.py
Lib/xml/dom/minidom.py
Misc/NEWS