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 pietvo
Recipients eric.araujo, pietvo, r.david.murray, svilend
Date 2011-09-03.19:23:14
SpamBayes Score 1.6142743e-06
Marked as misclassified No
Message-id <1315077794.99.0.944042935771.issue12008@psf.upfronthosting.co.za>
In-reply-to
Content
I was bitten by this bug today. Hope it will be solved in the next release of Python 3.

It is also possible to use the third argument of search in line 285:

                m = attrfind_tolerant.search(rawdata, k, endpos)

This seems to me to be a more `natural' solution.
History
Date User Action Args
2011-09-03 19:23:15pietvosetrecipients: + pietvo, eric.araujo, r.david.murray, svilend
2011-09-03 19:23:14pietvosetmessageid: <1315077794.99.0.944042935771.issue12008@psf.upfronthosting.co.za>
2011-09-03 19:23:14pietvolinkissue12008 messages
2011-09-03 19:23:14pietvocreate