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 ncoghlan
Recipients larry, ncoghlan, pitrou, skrah
Date 2013-11-23.14:14:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7e6QGwWrWE13C4QNyDUQieTtSTtK+NpB5DZwOr+eTmU0A@mail.gmail.com>
In-reply-to <1385157944.24.0.00614614108161.issue19723@psf.upfronthosting.co.za>
Content
On 23 Nov 2013 08:05, "Larry Hastings" <report@bugs.python.org> wrote:
>
>
> Larry Hastings added the comment:
>
> > 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.)

It also differentiates it clearly from the C preprocessor. If Guido can
name the language after a comedy troupe, Larry can certainly name the
custom code generator after one of their sketches :)

FWIW, I tend to start editing the generated code as well, so I agree this
is something for us to keep an eye on. If the habit doesn't go away, we may
want some more prominent markers.

Cheers,
Nick.

>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue19723>
> _______________________________________
History
Date User Action Args
2013-11-23 14:14:54ncoghlansetrecipients: + ncoghlan, pitrou, larry, skrah
2013-11-23 14:14:54ncoghlanlinkissue19723 messages
2013-11-23 14:14:54ncoghlancreate