[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.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 module moved to bigger project under #2636 
which resulted in regex package to be evenually included in stdlib. So unless 
regex is included in stdlib, one should try regex package (e.g. pip install 
regex).

I've put here this summary just in case there is someone like me who looked for 
the feature and found this issue.

--
nosy: +Drekin

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue516762
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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]
http://bugs.python.org/issue516762
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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]
http://bugs.python.org/issue516762
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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]
http://bugs.python.org/issue516762
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue516762
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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]
http://bugs.python.org/issue516762
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com