[issue12711] Explain tracker components in devguide

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

[issue12711] Explain tracker components in devguide

2011-08-12 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu 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

[issue12711] Explain tracker components in devguide

2011-08-09 Thread Éric Araujo
Éric Araujo mer...@netwok.org 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.)

[issue12711] Explain tracker components in devguide

2011-08-09 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com 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

[issue12711] Explain tracker components in devguide

2011-08-08 Thread Éric Araujo
New submission from Éric Araujo mer...@netwok.org: 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

[issue12711] Explain tracker components in devguide

2011-08-08 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com 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

[issue12711] Explain tracker components in devguide

2011-08-08 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com 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 rep...@bugs.python.org