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 adelfino
Recipients adelfino, cheryl.sabella, docs@python, gvanrossum, levkivskyi, matrixise, r.david.murray
Date 2018-05-14.19:54:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526327697.5.0.682650639539.issue32769@psf.upfronthosting.co.za>
In-reply-to
Content
I see a conflict here in that annotations can be used for other purpouses, for example variable annotations, they are heavily intended for type hinting (PEP 526 says "This PEP aims at adding syntax to Python for annotating the types of variables (including class variables and instance variables), instead of expressing them through comments")

I think it's correct to separate annotations from type hints, and say: annotations can be used for type hinting.

I can make a new PR based on master having this in mind, and then cherry picking it for 3.7/3.6.
History
Date User Action Args
2018-05-14 19:54:57adelfinosetrecipients: + adelfino, gvanrossum, r.david.murray, docs@python, matrixise, levkivskyi, cheryl.sabella
2018-05-14 19:54:57adelfinosetmessageid: <1526327697.5.0.682650639539.issue32769@psf.upfronthosting.co.za>
2018-05-14 19:54:57adelfinolinkissue32769 messages
2018-05-14 19:54:57adelfinocreate