[issue17183] Small enhancements to Lib/_markupbase.py

Serhiy Storchaka report at bugs.python.org
Mon Feb 11 17:18:46 CET 2013


Serhiy Storchaka added the comment:

> if '>' in rawdata[j:]:
>     return rawdata.find(">", j) + 1

See issue17170 for this idiom.

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list