[Python-Dev] Building on Windows (was Re: A "new" kind of leak)

Guido van Rossum guido@python.org
Mon, 15 Apr 2002 08:57:23 -0400


> TBH I know the bits of the Python source I regularly
> beat on well enough that I can usually find definitions as fast by
> hand/grep as I can with cscope.

Don't people use TAGS or tags any more?  Works for me (in Emacs).
Just say "make TAGS" every once in a while.

--Guido van Rossum (home page: http://www.python.org/~guido/)