On Tue, Apr 21, 2015 at 2:23 PM, Guido van Rossum <gu...@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.)
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to