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 brett.cannon
Recipients brett.cannon, larry, ncoghlan, r.david.murray, serhiy.storchaka, taleinat, vstinner, yselivanov
Date 2017-11-05.17:58:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509904682.69.0.213398074469.issue31939@psf.upfronthosting.co.za>
In-reply-to
Content
R. David is correct that currently the policy is there are no type hints in the stdlib. Now the interesting thing about AC is the type hint info could be kept just in the docstring and not added to __annotations__ which somewhat goes around this restriction. Plus I think Victor is only talking about the docstring ATM anyway.
History
Date User Action Args
2017-11-05 17:58:02brett.cannonsetrecipients: + brett.cannon, ncoghlan, vstinner, taleinat, larry, r.david.murray, serhiy.storchaka, yselivanov
2017-11-05 17:58:02brett.cannonsetmessageid: <1509904682.69.0.213398074469.issue31939@psf.upfronthosting.co.za>
2017-11-05 17:58:02brett.cannonlinkissue31939 messages
2017-11-05 17:58:02brett.cannoncreate