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 Modules and Library is to distinguish between C 
modules and Python modules.

I split the "Tests" component in two different entries:
  1) about our tests, regrtest and test/support.py;
  2) unittest/doctest;
I think the "Tests" component applies to both, and for unittest/doctest it can 
be used together with "Library".

Listing the paths is both good for people that are submitting ("the error comes 
from this module"), and for people fixing it ("this component is selected, I 
should look in that module").

----------
Added file: http://bugs.python.org/file22870/issue12711-2.diff

_______________________________________
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