[Patches] [Patch #100955] ptags, eptags: regex->re, 4 char indent.

noreply@sourceforge.net noreply@sourceforge.net
Mon, 21 Aug 2000 18:51:14 -0700


Patch #100955 has been updated. 

Project: 
Category: None
Status: Accepted
Summary: ptags, eptags: regex->re, 4 char indent.

Follow-Ups:

Date: 2000-Jul-22 04:35
By: hooft

Comment:
This is another time waster. But now at least I know how a TAGS file is constructed, and I know that re is a lot slower than regex.
-------------------------------------------------------

Date: 2000-Jul-23 02:44
By: moshez

Comment:
I'm not sure that this patch is worth it -- it seems backwards to analyse Python programs with re -- why not simply use the parser module if we really want this?
-------------------------------------------------------

Date: 2000-Jul-25 16:57
By: gvanrossum

Comment:
SRE should be faster again, right?

The parser module is a very big gun for this simple app -- look at it as an example for text processing (and documentation for TAGS files :-).

I say go for it.
-------------------------------------------------------

Date: 2000-Jul-26 10:12
By: moshez

Comment:
Somehow it passed through me, so I added ptags change too.
Anyway, Jeremy, Guido is for this.

-------------------------------------------------------

Date: 2000-Aug-15 14:12
By: tim_one

Comment:
Reassigned to Barry in Jeremy's absence, cuz Barry is da Emacs dude.  This was already Accepted; if you agree, please check it in and Close it.
-------------------------------------------------------

Date: 2000-Aug-15 14:13
By: tim_one

Comment:
Reassigned to Barry in Jeremy's absence, cuz Barry is da Emacs dude.  This was already Accepted; if you agree, please check it in and Close it.
-------------------------------------------------------

Date: 2000-Aug-15 14:13
By: tim_one

Comment:
Reassigned to Barry in Jeremy's absence, cuz Barry is da Emacs dude.  This was already Accepted; if you agree, please check it in and Close it.
-------------------------------------------------------

Date: 2000-Aug-21 21:51
By: tim_one

Comment:
Barry, please follow up on this, or assign it to someone else.
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=100955&group_id=5470