[Python-Dev] Type hints -- a mediocre programmer's reaction (original) (raw)
Alexander Belopolsky alexander.belopolsky at gmail.com
Tue Apr 21 20:37:32 CEST 2015
- Previous message (by thread): [Python-Dev] Type hints -- a mediocre programmer's reaction
- Next message (by thread): [Python-Dev] Type hints -- a mediocre programmer's reaction
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): [Python-Dev] Type hints -- a mediocre programmer's reaction
- Next message (by thread): [Python-Dev] Type hints -- a mediocre programmer's reaction
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]