Message203899
> 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.) |
|
Date |
User |
Action |
Args |
2013-11-22 22:05:44 | larry | set | recipients:
+ larry, ncoghlan, pitrou, skrah |
2013-11-22 22:05:44 | larry | set | messageid: <1385157944.24.0.00614614108161.issue19723@psf.upfronthosting.co.za> |
2013-11-22 22:05:44 | larry | link | issue19723 messages |
2013-11-22 22:05:44 | larry | create | |
|