[Python-ideas] Trial balloon: adding variable type declarations in support of PEP 484

Guido van Rossum guido at python.org
Thu Aug 4 13:12:53 EDT 2016


On Thu, Aug 4, 2016 at 10:07 AM, אלעזר <elazarg at gmail.com> wrote:
> Just wanted to note that the typo
>
>   lamda: int
>
> Becomes syntactically correct. Maybe there are other similar problems.

But even

    lambda: int

on a line by itself is pointless, so I don't think this is much of a problem.

-- 
--Guido van Rossum (python.org/~guido)


More information about the Python-ideas mailing list