[issue16922] ElementTree.findtext() returns empty bytes object instead of empty string

Roundup Robot report at bugs.python.org
Sun Jan 13 14:26:58 CET 2013


Roundup Robot added the comment:

New changeset 849eb27baf1c by Eli Bendersky in branch '3.2':
Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text.
http://hg.python.org/cpython/rev/849eb27baf1c

New changeset 6323e5f1ed81 by Eli Bendersky in branch '3.3':
Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text.
http://hg.python.org/cpython/rev/6323e5f1ed81

New changeset c38423931724 by Eli Bendersky in branch 'default':
Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text.
http://hg.python.org/cpython/rev/c38423931724

----------
nosy: +python-dev

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16922>
_______________________________________


More information about the Python-bugs-list mailing list