[Python-Dev] building a module catalogue with buildbot

Fredrik Lundh fredrik at pythonware.com
Tue Jan 24 17:20:26 CET 2006


I wrote:

> Neal Norwitz wrote:
>
> > > > > Does that make sense?  We would just need /f's script in SVN.
> > > >
> > > > in python/Tools/something or sandbox/something ?
> > >
> > > python/Doc/tools/something?
> >
> > Fredrik were you still working on that?  I can make the changes to the
> > bb master.  I thought Trent's suggested placement was good.
>
> iirc, the script needed some minor tweaking (using os.path.splitext to
> test for the module.so extension isn't a good idea), and I don't recall
> if I've fixed that or not...
>
> (probably not, since I never checked it in).
>
> I'll take a look asap.

alright, I just checked in a

    Doc/tools/listmodules.py

which attempts to produce a sorted list of all modules available in
a given python build.  by default, it prints the list to stdout, which
should be good enough for a "catalog" buildbot step.

</F>





More information about the Python-Dev mailing list