Contributing to Python: Difference between revisions

Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
Line 100: Line 100:
== Goal #4: submit a patch for a Python bug ==
== Goal #4: submit a patch for a Python bug ==


Follow the steps in the developer guide to create and submit a patch for your issue: http://docs.python.org/devguide/patch.html.
Submit a patch for a Python bug.

Make sure to run the test suite first and that the tests all still pass!


== Goal #5: start working on your application ==
== Goal #5: start working on your application ==