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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20158>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to