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 FFY00
Recipients FFY00, gitpushdashf
Date 2021-05-17.23:49:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621295381.36.0.495254945615.issue44162@roundup.psfhosted.org>
In-reply-to
Content
Directories are not resources, the reason it previously worked was purely accidental.

I assume you already found a solution in https://github.com/python/importlib_resources/issues/85, which would be

importlib.resources.files(__package__) / 'dir'

Can this be closed then?
History
Date User Action Args
2021-05-17 23:49:41FFY00setrecipients: + FFY00, gitpushdashf
2021-05-17 23:49:41FFY00setmessageid: <1621295381.36.0.495254945615.issue44162@roundup.psfhosted.org>
2021-05-17 23:49:41FFY00linkissue44162 messages
2021-05-17 23:49:41FFY00create