This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients gvanrossum, levkivskyi, rhettinger
Date 2019-05-13.16:27:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557764827.48.0.337849164843.issue35814@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-05-13 16:27:07gvanrossumsetrecipients: + gvanrossum, rhettinger, levkivskyi
2019-05-13 16:27:07gvanrossumsetmessageid: <1557764827.48.0.337849164843.issue35814@roundup.psfhosted.org>
2019-05-13 16:27:07gvanrossumlinkissue35814 messages
2019-05-13 16:27:07gvanrossumcreate