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.13:10:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389100201.46.0.123778808952.issue20158@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think Argument Clinic should do this.  It would leave the file in a broken state.  But if it's an option on clinic.py it might tempt somebody into using it, then they'd be confused.

If you want this functionality, please hack it up yourself locally.  I wouldn't accept this as a patch.

Personally I just got used to the Clinic generated code.
History
Date User Action Args
2014-01-07 13:10:01larrysetrecipients: + larry, serhiy.storchaka
2014-01-07 13:10:01larrysetmessageid: <1389100201.46.0.123778808952.issue20158@psf.upfronthosting.co.za>
2014-01-07 13:10:01larrylinkissue20158 messages
2014-01-07 13:10:01larrycreate