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, ncoghlan, pitrou, skrah
Date 2013-11-22.22:05:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385157944.24.0.00614614108161.issue19723@psf.upfronthosting.co.za>
In-reply-to
Content
> However, to bikeshed a little, I would prefer
> "preprocessor" instead of "clinic", since jokes
> tend to wear off if one sees then too often.

"Argument Clinic" is the name of the tool.  The marker /*[clinic]*/
was chosen deliberately:

* If someone says "what the hell is this" a quick online search
  should turn up the answer quickly.

* It differentiates it from /*[python]*/, which allows one to embed
  raw Python code inside files.  ("print" is redirected to the output
  section.)
History
Date User Action Args
2013-11-22 22:05:44larrysetrecipients: + larry, ncoghlan, pitrou, skrah
2013-11-22 22:05:44larrysetmessageid: <1385157944.24.0.00614614108161.issue19723@psf.upfronthosting.co.za>
2013-11-22 22:05:44larrylinkissue19723 messages
2013-11-22 22:05:44larrycreate