Brian Curtin wrote:
On Mon, Mar 28, 2011 at 15:05, Ethan Furman <et...@stoneleaf.us <mailto:et...@stoneleaf.us>> wrote:

    Greetings!

    I'm not sure where the best place is to ask this question, so I'll
    start here -- feel free to redirect me if necessary.

    I would like to have some software to keep track of bugs, to-do's,
    ideas, etc., etc. -- you know, an issue tracker!  Naturally I
    thought of the one we use to track Python.  Is it available?  Is it
    written in Python?  Are there any others that are recommended?

    Thanks!

    ~Ethan~


bugs.python.org <http://bugs.python.org> uses http://pypi.python.org/pypi/roundup, which is written in Python.

Thank you! That explains a lot. (I kept wondering about the occasional roundup comment I would see in threads, but hadn't put it together.)

~Ethan~
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to