Contributing to Python: Difference between revisions

no edit summary
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 21:
* [[Contributing_to_Python/Linux command line|Linux]]
 
== Goal #3: installGet afamiliar textwith editorthe Python bug tracker ==
 
We need a good text editor (not a word processor!) for editing Python code.
 
If you already have a preferred text editor, skip this step.
 
* [[Contributing_to_Python/Windows text editor|Windows]]
* [[Contributing_to_Python/OSX text editor|OS X]]
* [[Contributing_to_Python/Linux text editor|Linux]]
 
== Goal #4: Get familiar with the Python bug tracker ==
 
Python tracks bugs and features at http://bugs.python.org/.
Line 41 ⟶ 31:
1. How many "critical"-level open issues are there?
 
== Goal #54: Version control ==
 
Mercurial is the distributed version control system Python uses to manages changes to its code.
Line 47 ⟶ 37:
If you have not used Mercurial before, please go through this tutorial: http://hginit.com/
 
== Goal #65: creating patches ==
 
If you have not used diff and patch before, please go through the diff and patch training mission at:
Anonymous user