diff -r fe159fa6166f help.rst --- a/help.rst Fri Jun 03 18:35:43 2011 +0200 +++ b/help.rst Sun Jun 19 18:00:04 2011 -0400 @@ -5,7 +5,7 @@ If you are working on Python it is very possible you will come across an issue where you need some assistance to solve it (this happens to core developers -all the time). Below are some options on getting help. +all the time). Below are some options on getting help. If the question involves process or tool usage then please check other parts of this guide first as it should answer your question. @@ -14,15 +14,16 @@ Ask (#)python-dev ----------------- -You have two avenues of communication out of the :ref:`myriad of options -available `. If you are comfortable with IRC you can try asking -on ``#python-dev`` (on the `freenode `_ network). -Typically there are a couple of experienced developers, ranging from -triagers to core developers, who can answer questions about developing for -Python. If you prefer email you can ask the `python-dev mailing-list -`_ for help with your -question. Just remember that both avenues are for questions involving the -development *of* Python, **not** for development *with* Python. +You have a :ref:`myriad of options +available ` should you require help. If you are comfortable with +IRC you can try asking on ``#python-dev`` (on the `freenode`_ network). +Typically there are a couple of experienced developers, ranging from triagers to +core developers, who can answer questions about developing for Python. Just +remember that ``#python-dev`` is for questions involving the development *of* +Python whereas ``#python`` is for questions concerning development *with* +Python. + +.. _freenode: http://freenode.net/ File a Bug @@ -37,3 +38,31 @@ .. _issue tracker: http://bugs.python.org + +Core Mentorship +--------------- + +If you are interested in improving Python and contributing to its development, +but don’t yet feel entirely comfortable with the public channels mentioned above +`Python Mentors`_ are here to help you. Python is fortunate to have a community +of volunteer developers willing to mentor anyone wishing to contribute +code, work on bug fixes or improve documentation. Everyone is welcomed and +encouraged to contribute. + +.. _Python Mentors: http://pythonmentors.com + + +Mailing Lists +------------- + +Other options for improving Python include the `python-ideas`_ and `python-dev`_ +mailing lists. Python-ideas contains discussion of speculative Python language +ideas for possible inclusion into the language. If an idea gains traction it can +then be discussed and honed to the point of becoming a solid proposal and put to +python-dev as appropriate. Python-dev contains discussion of Python design +issues, release mechanics, and maintenance of existing releases. As with +``#python-dev``, these mailing lists are for questions involving the development +*of* Python, **not** for development *with* Python. + +.. _python-ideas: http://mail.python.org/mailman/listinfo/python-ideas +.. _python-dev: http://mail.python.org/mailman/listinfo/python-dev