What steps will reproduce the problem?
1. No ability to get all bugs for specified module in stdlib
2. No ability to subscribe to new issues for specified module
3. No ability to query patches and doc fix proposals for specified module
What version of the product are you using? On what operating system?
Module description format. List of modules.
{
name : 'CGIHTTPServer',
path: {
src : ['CGIHTTPServer.py'], # relative to stdlib root
tests : [ # automatically checked by test runner
'test/test_httpservers.py',
'test/test_sundry.py'
],
doc : ['library/cgihttpserver.rst'], # relative to doc src root
},
}
Please provide any additional information below.
Tracker and other parts of pydotorg infrastructure could use module description
format to dig and provide more module-related information (feeds, commits, etc)
Original issue reported on code.google.com by techtonik@gmail.com on 2 Feb 2011 at 8:00
Original issue reported on code.google.com by
techtonik@gmail.com
on 2 Feb 2011 at 8:00