]> granicus.if.org Git - python/commit
Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes...
authorEli Bendersky <eliben@gmail.com>
Sun, 13 Jan 2013 13:22:05 +0000 (05:22 -0800)
committerEli Bendersky <eliben@gmail.com>
Sun, 13 Jan 2013 13:22:05 +0000 (05:22 -0800)
commitb09b16741930e614d95cc51172f0106e3c8ecc00
tree99bfacfd30114c88888867c643fabbedbbc9bf73
parentce1519d250ca457e60a91943d7686e2b85764170
Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text.

Patch by Serhiy Storchaka.
Lib/test/test_xml_etree.py
Modules/_elementtree.c