[Python-Dev] New bugtracker project

Skip Montanaro skip@pobox.com
Tue, 21 May 2002 18:08:08 -0500


    aahz> * The system should be remotely scriptable from Python (that is, I
    aahz>   should be able to have a Python script that automatically
    aahz>   creates a bug report and uploads the files for me)

This would be easy with XML-RPC (much easier than using urllib or httplib to
submit to a plain old web server).

Skip