Guido van Rossum <gu...@python.org> added the comment:

I think PEP 526 does not clarify the intention here. Perhaps we could add a 
specific example? It currently shows:

  t: Tuple[int, ...] = (1, 2, 3)

We could just add this there:

  t: Tuple[int, ...] = 1, 2, 3

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35814>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to