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

noreply@sourceforge.net noreply@sourceforge.net
Tue, 25 Jul 2000 13:57:05 -0700


Patch #100955 has been updated. 

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

Follow-Ups:

Date: 2000-Jul-22 01: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-22 23: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 13: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.
-------------------------------------------------------

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

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