From: Terry Reedy on
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