]> granicus.if.org Git - python/commit
Preserve the invariant tostring(elem) == b''.join(tostringlist(elem)) and add a test...
authorEli Bendersky <eliben@gmail.com>
Tue, 17 Jul 2012 02:45:11 +0000 (05:45 +0300)
committerEli Bendersky <eliben@gmail.com>
Tue, 17 Jul 2012 02:45:11 +0000 (05:45 +0300)
commit426e248febc4b86ea4512baaaa81966ab54c83da
treee328da11b7ab6473ef0e212e21d39b3fb2ceb025
parentdaa4c6b2e68c8ab0d929d9f00db45819431b4e3d
Preserve the invariant tostring(elem) == b''.join(tostringlist(elem)) and add a test to make sure it keeps working
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementTree.py