On Mon, Aug 30, 2010 at 22:06, vsoler <[email protected]> wrote:
> On 31 ago, 04:42, Paul Rubin <[email protected]> wrote: > > vsoler <[email protected]> writes: > > > I was expecting an itertools.py file, but I don't see it in your list. > > >> ./python3.1-3.1.2+20100829/Modules/itertoolsmodule.c > > > > looks promising. Lots of stdlib modules are written in C for speed or > > access to system facilities. > > Lawrence, Paul, > > You seem to be running a utility I am not familiar with. Perhaps this > is because I am using Windows, and most likely you are not. > > How could I have found the answer in a windows environment? > > Thank you very much > -- > http://mail.python.org/mailman/listinfo/python-list > You need to checkout the source from svn (or pull from applicable hg mirrors). For example: 1. svn co http://svn.python.org/projects/python/branches/release31-maint 2. open Modules/itertoolsmodule.c The C code for extension modules doesn't get distributed with the installers.
-- http://mail.python.org/mailman/listinfo/python-list
