Antoine Pitrou wrote:
On Mon, 28 Mar 2011 15:14:20 -0500 Brian Curtin <brian.curtin@gmail.com> wrote:
On Mon, Mar 28, 2011 at 15:05, Ethan Furman <ethan@stoneleaf.us> wrote:
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?
bugs.python.org uses http://pypi.python.org/pypi/roundup, which is written in Python.
Well, don't take bugs.python.org as an example, though, since AFAIK it is heavily modified. http://mercurial.selenic.com/bts/ and http://psf.upfronthosting.co.za/roundup/meta/ look more like vanilla installs.
Otherwise there's also Trac.
Thanks, Antoine! I'll keep that in mind. ~Ethan~