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 donlorenzo
Recipients Claudiu.Popa, donlorenzo
Date 2014-10-29.13:20:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414588828.77.0.279496773449.issue22141@psf.upfronthosting.co.za>
In-reply-to
Content
sorry for the delay but here is a new patch with a test.

I changed the strategy for fixing the bug because the dealing with the opening parenthesis became to complicated.

So, now I simply check whether the match actually startswith the search phrase before adding the match to the results. This is like a sanity check which fixes this bug.
History
Date User Action Args
2014-10-29 13:20:28donlorenzosetrecipients: + donlorenzo, Claudiu.Popa
2014-10-29 13:20:28donlorenzosetmessageid: <1414588828.77.0.279496773449.issue22141@psf.upfronthosting.co.za>
2014-10-29 13:20:28donlorenzolinkissue22141 messages
2014-10-29 13:20:28donlorenzocreate