Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module information for tracker, viewvc, rss, docs, monitoring and other pydotorg web-services #8

Open
GoogleCodeExporter opened this issue Apr 8, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link
Contributor

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

@GoogleCodeExporter
Copy link
Contributor Author

Tracker specific proposal is at 
http://psf.upfronthosting.co.za/roundup/meta/issue373

Original comment by [email protected] on 2 Feb 2011 at 10:40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants