You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 2 Feb 2011 at 8:00
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 2 Feb 2011 at 8:00The text was updated successfully, but these errors were encountered: