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 levkivskyi
Recipients evan_, flying sheep, gvanrossum, levkivskyi
Date 2017-01-15.23:13:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484521980.83.0.939745279192.issue29262@psf.upfronthosting.co.za>
In-reply-to
Content
I have a similar idea. We already have mypy_extensions for runtime counterparts of experimental features. However, the runtime inspections are not related to mypy, so that I am not sure. I am just a bit worried there will be to many things to keep in mind/in sync. What do you think?

By the way maybe later we could add ``typing.inspect`` similar to ``typing.re`` and ``typing.io``?
History
Date User Action Args
2017-01-15 23:13:00levkivskyisetrecipients: + levkivskyi, gvanrossum, flying sheep, evan_
2017-01-15 23:13:00levkivskyisetmessageid: <1484521980.83.0.939745279192.issue29262@psf.upfronthosting.co.za>
2017-01-15 23:13:00levkivskyilinkissue29262 messages
2017-01-15 23:13:00levkivskyicreate