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 3.0 conversion tool)
  the 2to3 conversion tool and Lib/2to3/
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
Library (Lib)
  Python modules in Lib/
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/
Macintosh
  the Macintosh operating system
Documentation
  the documentation in Doc/
Benchmarks
  ???
Distutils
  the distutil package in Lib/distutils/
Distutils2
  the packaging package in Lib/packaging/
Devguide
  the devguide at h.p.o/devguide
ctypes
  the ctypes package in Lib/ctypes/
"""

I'm not sure what the Benchmark component is supposed to be about (generic 
benchmarks? timeit/profile and friends? "performance" issues?).
If I got all the descriptions and files/dirs right I can prepare a patch for 
the devguide.  FWIW there was a somewhat similar issue in the meta-tracker too.

----------
assignee:  -> ezio.melotti
nosy: +ezio.melotti
versions:  -3rd party

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12711>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to