The Django project uses a development dashboard to display numbers
like "release blockers", "patches needing review", etc:
https://dashboard.djangoproject.com/ It would be good if there is a
dashboard like that for CPython (by using Roundup's XML-RPC API:
http://roundup.sourceforge.net/docs/xmlrpc.html#client-api )


Nice Dashboard:

+1 for this :-)


BTW. from a Non-Dev point of view:

I just would like to be able to know how far or ready is a patch for
manually review and then commit.

The precondition for the review should IMHO be that it passes all tests, pep8, bot-integration-tests, and that the patch still applies
without rework on the 2.7, 3.X tip(s)... (some of those step are
already doable now, but checks automation would be nice to have).


Regards,
francis


_______________________________________________
core-workflow mailing list
core-workflow@python.org
https://mail.python.org/mailman/listinfo/core-workflow
This list is governed by the PSF Code of Conduct: 
https://www.python.org/psf/codeofconduct

Reply via email to