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 vinay.sajip
Recipients barry, brett.cannon, vinay.sajip
Date 2019-09-10.09:50:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568109009.81.0.0762375022462.issue37683@roundup.psfhosted.org>
In-reply-to
Content
> We've basically agreed that you should be able to load resources from subdirectories that aren't packages.  It turns out to be not a simple change in importlib.resources, but contributions are welcome!

In case anyone is interested, I've already done this in distlib.resources:

https://distlib.readthedocs.io/en/latest/reference.html#the-distlib-resources-package

Possibly a similar approach could be used.
History
Date User Action Args
2019-09-10 09:50:09vinay.sajipsetrecipients: + vinay.sajip, barry, brett.cannon
2019-09-10 09:50:09vinay.sajipsetmessageid: <1568109009.81.0.0762375022462.issue37683@roundup.psfhosted.org>
2019-09-10 09:50:09vinay.sajiplinkissue37683 messages
2019-09-10 09:50:09vinay.sajipcreate