[Python-Dev] Moving bugs and patches through the pipeline more quickly

Jeremy Hylton jeremy@zope.com
Thu, 07 Mar 2002 11:35:41 -0500


On 07 Mar 2002 15:15:29 +0000
 Michael Hudson <mwh@python.net> wrote:
> How would one implement this?  A screen-scraper?  Does
> someone have
> one already written?

I have a mostly complete screen scraper:
    https://sourceforge.net/projects/sftools/

As I recall, the SF project is broken because the
permissions are wrong in the CVS repository.  I can submit
an admin request for that to happen.

It might be productive for Guido to send a note to Pat
McGovern and ask.  The tracker is implemented with a
relational database.  What we really want is a way to write
custom queries and reports for that database?  The
screenscaper is a tedious an expensive way to accomplish
that.  I don't know if SF has considered or would be willing
to let us run the queries.

Jeremy