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 larry
Recipients larry, serhiy.storchaka
Date 2014-01-07.14:58:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389106713.02.0.47111471584.issue20158@psf.upfronthosting.co.za>
In-reply-to
Content
Consider: if you ran "clinic.py --clean" on a C file, then tried to use "make clinic", the makefile would first try to build the C file.  But since the C file is now broken, the make would fail.  And you can't use "make clinic" to regenerate the Clinic output.  Obviously this is fixable, but for someone unfamiliar with Argument Clinic this could be very confusing.
History
Date User Action Args
2014-01-07 14:58:33larrysetrecipients: + larry, serhiy.storchaka
2014-01-07 14:58:33larrysetmessageid: <1389106713.02.0.47111471584.issue20158@psf.upfronthosting.co.za>
2014-01-07 14:58:33larrylinkissue20158 messages
2014-01-07 14:58:32larrycreate