[issue516762] have a way to search backwards for re

2022-04-10 Thread admin
Change by admin : -- github: None -> 36095 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue516762] have a way to search backwards for re

2014-08-25 Thread Drekin
Drekin added the comment: Hello, I wanted to use this feature and found this issue. It is marked as closed, being a duplicate of another closed issue. However the feature is actually not present. In 2008 it was planned to be added by Matthew Barnett in #3825, but the work of improving re modul

[issue516762] have a way to search backwards for re

2008-09-21 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- resolution: -> duplicate status: open -> closed superseder: -> Major reworking of Python 2.5.2 re module ___ Python tracker <[EMAIL PROTECTED]> ___

[issue516762] have a way to search backwards for re

2008-09-21 Thread Matthew Barnett
Matthew Barnett <[EMAIL PROTECTED]> added the comment: Implemented as part of #3825. ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs

[issue516762] have a way to search backwards for re

2008-09-21 Thread Jeffrey C. Jacobs
Changes by Jeffrey C. Jacobs <[EMAIL PROTECTED]>: -- nosy: +timehorse ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list

[issue516762] have a way to search backwards for re

2008-09-09 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Why not? I needed such a feature some time ago. But if possible, it should be a keyword argument: re.search(..., backwards=True) similar to list.sort(reverse=True) -- nosy: +amaury.forgeotdarc __

[issue516762] have a way to search backwards for re

2008-09-08 Thread Matthew Barnett
Matthew Barnett <[EMAIL PROTECTED]> added the comment: Does this request still stand? I'm working on the re module at the moment. -- nosy: +mrabarnett ___ Python tracker <[EMAIL PROTECTED]>