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 pekka.klarck
Recipients pekka.klarck
Date 2018-09-03.13:51:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535982677.7.0.56676864532.issue34568@psf.upfronthosting.co.za>
In-reply-to
Content
Basically I'd like to get answers to these two questions:

1. Are the changes deliberate and covered by the fact that typing is a provisional module, or could the old functionality be restored?

2. If we cannot get the old functionality back, is there some other way to reliable detect is an annotation a type defined in the typing module? This should cover both the `List` and `List[int]` cases.
History
Date User Action Args
2018-09-03 13:51:17pekka.klarcksetrecipients: + pekka.klarck
2018-09-03 13:51:17pekka.klarcksetmessageid: <1535982677.7.0.56676864532.issue34568@psf.upfronthosting.co.za>
2018-09-03 13:51:17pekka.klarcklinkissue34568 messages
2018-09-03 13:51:17pekka.klarckcreate