]> 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:26:31 +0000 (05:26 -0800)
committerEli Bendersky <eliben@gmail.com>
Sun, 13 Jan 2013 13:26:31 +0000 (05:26 -0800)
commita50ff1887d706ff193b698013931516307972382
treecd27322e99348d8d3358908e112fbb0bb49a81b1
parente5bdfef74289ce946d33b489a3c9e4db7b673d77
parent25771b3749cac588ad2ecc8fc796a496d35769e5
Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text.

Patch by Serhiy Storchaka.