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 serhiy.storchaka
Recipients ezio.melotti, guido.reina, serhiy.storchaka
Date 2013-02-11.16:18:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360599526.95.0.775503931266.issue17183@psf.upfronthosting.co.za>
In-reply-to
Content
> if '>' in rawdata[j:]:
>     return rawdata.find(">", j) + 1

See issue17170 for this idiom.
History
Date User Action Args
2013-02-11 16:18:46serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, guido.reina
2013-02-11 16:18:46serhiy.storchakasetmessageid: <1360599526.95.0.775503931266.issue17183@psf.upfronthosting.co.za>
2013-02-11 16:18:46serhiy.storchakalinkissue17183 messages
2013-02-11 16:18:46serhiy.storchakacreate