[EMAIL PROTECTED] wrote:
> I'm looking at the source for the module sre_compile.py and it does
> this import:
>
> import _sre
>
> But I can't find a file related to _sre anywhere. Where is it?
If you want the source code, have a look at
http://svn.python.org/view/python/trunk/Modules/_sre.c
On Wed, 04 Jul 2007 20:00:07 +, [EMAIL PROTECTED] wrote:
> I'm looking at the source for the module sre_compile.py and it does
> this import:
>
> import _sre
>
> But I can't find a file related to _sre anywhere. Where is it? And
> more generally, how does one find the location of a built i