[Python-Dev] Type hints -- a mediocre programmer's reaction

Alexander Belopolsky alexander.belopolsky at gmail.com
Tue Apr 21 20:37:32 CEST 2015


On Tue, Apr 21, 2015 at 2:23 PM, Guido van Rossum <guido at python.org> wrote:

> At least nobody will be writing type hints in Cyrillic. :-)


Why not?  It works just fine:

>>> Список = list
>>> def sum(x: Список):
...     pass
...
>>>

(See https://en.wikipedia.org/wiki/Rapira  for some prior art.)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20150421/c43354f4/attachment.html>


More information about the Python-Dev mailing list