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 barry
Recipients barry, brett.cannon, gregory.p.smith, twouters
Date 2017-12-17.19:18:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513538302.16.0.213398074469.issue32248@psf.upfronthosting.co.za>
In-reply-to
Content
I have the tests and code ported, but there are still a few things to do, but here's a question:

We're using type annotations in importlib_resources, which of course is the right decision.  But I think we still have a moratorium on typing in the stdlib.  So do we want to remove the types from importlib.resources?

Doing so could make for more work as we continue to track importlib_resource, so I'm inclined not to remove them.
History
Date User Action Args
2017-12-17 19:18:22barrysetrecipients: + barry, twouters, brett.cannon, gregory.p.smith
2017-12-17 19:18:22barrysetmessageid: <1513538302.16.0.213398074469.issue32248@psf.upfronthosting.co.za>
2017-12-17 19:18:22barrylinkissue32248 messages
2017-12-17 19:18:22barrycreate