how to fix bugs (python)

Terry Reedy tjreedy at udel.edu
Sat Feb 6 14:49:29 EST 2010


On 2/6/2010 1:54 PM, Shashwat Anand wrote:
> I am interested in fixing bugs in python. Are there entry-level bugs in
> python which makes me familiarize with the process just like gnome have
> gnome-love ? Just a small start-up guidance will be a big favour as I
> have never fixed any.

Go to
python.org/dev/
and look at various pages there. The item tracker is at
bugs.python.org
Some items are marked easy. Many items have patches that need review. 
Help is needed both with Python code (modules) and C code (core and 
modules) depending on your abilities and interest. I would start with 
looking at current items on the tracker.

Terry Jan Reedy




More information about the Python-list mailing list