diff -r 2783106b0ccc triaging.rst --- a/triaging.rst Tue Aug 02 14:56:56 2011 +0200 +++ b/triaging.rst Mon Aug 08 23:51:16 2011 +0300 @@ -52,6 +52,55 @@ i.e. the issue tracker may automatically fill in the `Assigned To`_ field after you press ``Submit changes``. +The following components should be selected if the issue applies to: + +2to3 (2.x to 3.0 conversion tool) + the 2to3 conversion tool and `Lib/lib2to3/`_ +Benchmarks + the benchmarks in the `benchmarks`_ repo +Build + the build process +ctypes + the ctypes package in `Lib/ctypes/`_ +Demos and Tools + the scripts in `Tools/`_ and `Tools/demo/`_ +Devguide + the `devguide`_ +Distutils + the distutil package in `Lib/distutils/`_ +Distutils2 + the packaging package in `Lib/packaging/`_ +Documentation + the documentation in `Doc/`_ +Extension Modules + C modules in `Modules/`_ +IDLE + IDLE and `Lib/idlelib/`_ +Installation + the installation process +Interpreter Core + the interpreter core, built-in objects in `Objects/`_, the `Python/`_, + `Grammar/`_ and `Parser/`_ dirs +IO + the IO, `Lib/io.py`_ and `Modules/_io/`_ +Library (Lib) + Python modules in `Lib/`_ +Macintosh + the Macintosh operating system +Regular Expressions + regular expressions, and the `Lib/re.py`_ and `Modules/_sre.c`_ modules +Tests + the tests in `Lib/test/`_, the unittest and doctest frameworks in + `Lib/unittest/`_, `Lib/doctest.py`_ +Tkinter + Tkinter an `Lib/tkinter/`_ +Unicode + Unicode, codecs, str vs bytes, `Objects/unicodeobject.c`_ +Windows + the Windows operating system +XML + XML and `Lib/xml/`_ + Versions '''''''' The known versions of Python that the issue affects and should be fixed for. @@ -220,6 +269,32 @@ tracker itself. +.. _Doc/: http://hg.python.org/cpython/file/default/Doc/ +.. _Grammar/: http://hg.python.org/cpython/file/default/Grammar/ +.. _Lib/: http://hg.python.org/cpython/file/default/Lib/ +.. _Lib/lib2to3/: http://hg.python.org/cpython/file/default/Lib/lib2to3/ +.. _Lib/ctypes/: http://hg.python.org/cpython/file/default/Lib/ctypes/ +.. _Lib/distutils/: http://hg.python.org/cpython/file/default/Lib/distutils/ +.. _Lib/doctest.py: http://hg.python.org/cpython/file/default/Lib/doctest.py +.. _Lib/idlelib/: http://hg.python.org/cpython/file/default/Lib/idlelib/ +.. _Lib/io.py: http://hg.python.org/cpython/file/default/Lib/io.py +.. _Lib/packaging/: http://hg.python.org/cpython/file/default/Lib/packaging/ +.. _Lib/re.py: http://hg.python.org/cpython/file/default/Lib/re.py +.. _Lib/test/: http://hg.python.org/cpython/file/default/Lib/test/ +.. _Lib/tkinter/: http://hg.python.org/cpython/file/default/Lib/tkinter/ +.. _Lib/unittest/: http://hg.python.org/cpython/file/default/Lib/unittest/ +.. _Lib/xml/: http://hg.python.org/cpython/file/default/Lib/xml/ +.. _Modules/: http://hg.python.org/cpython/file/default/Modules/ +.. _Modules/_io/: http://hg.python.org/cpython/file/default/Modules/_io/ +.. _Modules/_sre.c: http://hg.python.org/cpython/file/default/Modules/_sre.c +.. _Objects/: http://hg.python.org/cpython/file/default/Objects/ +.. _Objects/unicodeobject.c: http://hg.python.org/cpython/file/default/Objects/unicodeobject.c +.. _Parser/: http://hg.python.org/cpython/file/default/Parser/ +.. _Python/: http://hg.python.org/cpython/file/default/Python/ +.. _Tools/: http://hg.python.org/cpython/file/default/Tools/ +.. _Tools/demo/: http://hg.python.org/cpython/file/default/Tools/demo/ +.. _benchmarks: http://hg.python.org/benchmarks/ +.. _devguide: http://hg.python.org/devguide/ .. _GSoC: http://code.google.com/soc/ .. _issue tracker: http://bugs.python.org .. _language moratorium: http://www.python.org/dev/peps/pep-3003/