[issue20158] Argument Clinic: add --clean option

Larry Hastings report at bugs.python.org
Tue Jan 7 15:58:33 CET 2014


Larry Hastings added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20158>
_______________________________________


More information about the Python-bugs-list mailing list