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 gvanrossum
Recipients evan_, flying sheep, gvanrossum, levkivskyi
Date 2017-01-15.23:20:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJLr7RxN97ipzzUCKF=MM34jUBo_jcGTP17mbpsegvPCMQ@mail.gmail.com>
In-reply-to <1484521980.83.0.939745279192.issue29262@psf.upfronthosting.co.za>
Content
I think it should be separate from mypy_extensions, since it's not even
related to mypy.

Regarding typing.re and typing.io, typing.inspect would be a typed version
of the inspect module, so that's not quite the same. (Though I consider
typing.re/io mistakes now -- people seem to mostly ignore it and use the
toplevel names.)
History
Date User Action Args
2017-01-15 23:20:17gvanrossumsetrecipients: + gvanrossum, flying sheep, levkivskyi, evan_
2017-01-15 23:20:17gvanrossumlinkissue29262 messages
2017-01-15 23:20:17gvanrossumcreate