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 vstinner
Recipients larry, vstinner
Date 2013-11-20.00:24:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384907080.98.0.430269997716.issue19659@psf.upfronthosting.co.za>
In-reply-to
Content
While modifying zlibmodule.c, Serhiy told me that argument clinic is now used in zlibmodule.c. Running "./python Tools/clinic/clinic.py -f Modules/zlibmodule.c" does modify the file, so I misuse argument clinic.

I saw Argument Clinic on Youtube but it didn't help...
http://www.youtube.com/watch?v=kQFKtI6gn9Y

Would it be possible to explain how to use clinic.py, explain the format, etc. in the Python documentation? Somewhere near Doc/c-api/.
History
Date User Action Args
2013-11-20 00:24:41vstinnersetrecipients: + vstinner, larry
2013-11-20 00:24:40vstinnersetmessageid: <1384907080.98.0.430269997716.issue19659@psf.upfronthosting.co.za>
2013-11-20 00:24:40vstinnerlinkissue19659 messages
2013-11-20 00:24:40vstinnercreate