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 wrobell
Recipients AlexWaygood, Dutcho, enedil, gvanrossum, iritkatriel, levkivskyi, lukasz.langa, rhettinger, selik, serhiy.storchaka, techdragon, wrobell
Date 2021-12-30.10:44:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640861054.69.0.691466974779.issue34498@roundup.psfhosted.org>
In-reply-to
Content
To add bit more context, there is a discussion about Python types and
annotation types, where suggestion of closing this bug has been raised

    https://github.com/python/mypy/issues/9773

The discussion is about the need of distinction between Python types and
annotation types, and explicit terminology in the documentation.

Closing this bug gives clearer indication to tools like Mypy, how to deal
with annotation types used with singledispatch.

IMHO, it is small step towards more explict Python type system, whatever
its limitations.
History
Date User Action Args
2021-12-30 10:44:14wrobellsetrecipients: + wrobell, gvanrossum, rhettinger, lukasz.langa, serhiy.storchaka, techdragon, levkivskyi, selik, Dutcho, enedil, iritkatriel, AlexWaygood
2021-12-30 10:44:14wrobellsetmessageid: <1640861054.69.0.691466974779.issue34498@roundup.psfhosted.org>
2021-12-30 10:44:14wrobelllinkissue34498 messages
2021-12-30 10:44:14wrobellcreate