This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients eli.bendersky, python-dev, serhiy.storchaka
Date 2013-01-13.13:26:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3Ykdrf0LyQzSHW@mail.python.org>
In-reply-to
Content
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
History
Date User Action Args
2013-01-13 13:26:58python-devsetrecipients: + python-dev, eli.bendersky, serhiy.storchaka
2013-01-13 13:26:58python-devlinkissue16922 messages
2013-01-13 13:26:58python-devcreate