[issue12711] Explain tracker components in devguide

2011-08-15 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed in http://hg.python.org/devguide/rev/c9dd231b0940 -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue12711] Explain tracker components in devguide

2011-08-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: While I could question the current list of components, documenting it as it is is a good idea. Patch 2 looks pretty good to me with the following change. Tests The generic unittest and doctest frameworks in `Lib/unittest`_ and `Lib/doctest.py`_. Th

[issue12711] Explain tracker components in devguide

2011-08-09 Thread Ezio Melotti
Ezio Melotti added the comment: Attached a new patch. I addressed most of your comments. AFAICT there are no extension modules in Lib. All the C modules are in Modules, and if they also have a Python "frontend", that's in Lib. I think the point of having Extension Modules and Library is to d

[issue12711] Explain tracker components in devguide

2011-08-09 Thread Éric Araujo
Éric Araujo added the comment: +2to3 (2.x to 3.0 conversion tool) +the 2to3 conversion tool and `Lib/lib2to3/`_ Hm, given that the tool (IOW the script) is only a few lines, I find the line a bit strange; 2to3 == Lib/lib2to3. (See also below before you reply to that.) Personal style thing

[issue12711] Explain tracker components in devguide

2011-08-08 Thread Ezio Melotti
Ezio Melotti added the comment: Attached a proper patch. -- keywords: +patch stage: needs patch -> patch review Added file: http://bugs.python.org/file22865/issue12711.diff ___ Python tracker _

[issue12711] Explain tracker components in devguide

2011-08-08 Thread Ezio Melotti
Ezio Melotti added the comment: This are the current components in random order and a possible description: """ The following components should be selected if the issue apply to: Build the build process Demos and Tools the scripts in Tools/ and Tools/demo/ 2to3 (2.x to 3.0 conversion tool)

[issue12711] Explain tracker components in devguide

2011-08-08 Thread Éric Araujo
New submission from Éric Araujo : Users reporting bugs don’t always know what components to set. http://docs.python.org/devguide/triaging#components should explain them. -- components: Devguide messages: 141785 nosy: eric.araujo priority: normal severity: normal stage: needs patch stat