unicode as valid naming symbols

Marko Rauhamaa marko at pacujo.net
Mon Mar 31 16:34:41 EDT 2014


Terry Reedy <tjreedy at udel.edu>:

> @twist_the_function_meaning
> def f: return clear_expression
>
> is no worse in this regard than the written out form
>
> def f: return clear_expression
> f = twist_the_function_meaning(f)

I don't remember feeling the need for either.

I have written wrappers of all sorts, but somehow that pattern just
feels alien to me so far.


Marko



More information about the Python-list mailing list