This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author meador.inge
Recipients larry, meador.inge
Date 2014-01-15.03:12:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389755559.69.0.925028805372.issue20264@psf.upfronthosting.co.za>
In-reply-to
Content
It has been noted a few times that someone might forget to re-run
clinic.py after updating the argument clinic comments.  The attached
patch adds a new check to patchcheck.py to note when files containing
argument clinic comments have been changed.  You could take it a step
further and deduce if the lines ranges within the comments were actually
changed, but let's start out simple.
History
Date User Action Args
2014-01-15 03:12:39meador.ingesetrecipients: + meador.inge, larry
2014-01-15 03:12:39meador.ingesetmessageid: <1389755559.69.0.925028805372.issue20264@psf.upfronthosting.co.za>
2014-01-15 03:12:39meador.ingelinkissue20264 messages
2014-01-15 03:12:38meador.ingecreate