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 vstinner
Recipients vstinner
Date 2021-03-20.14:58:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616252306.54.0.526903682305.issue43569@roundup.psfhosted.org>
In-reply-to
Content
It seems like tests were added by:

commit 67148254146948041a77d8a2989f41b88cdb2f99
Author: Jason R. Coombs <jaraco@jaraco.com>
Date:   Thu Mar 4 13:43:00 2021 -0500

    bpo-42129: Add support for resources in namespaces (GH-24670)
    
    * Unify behavior in ResourceReaderDefaultsTests and align with the behavior found in importlib_resources.
    * Equip NamespaceLoader with a NamespaceReader.
    * Apply changes from importlib_resources 5.0.4
History
Date User Action Args
2021-03-20 14:58:26vstinnersetrecipients: + vstinner
2021-03-20 14:58:26vstinnersetmessageid: <1616252306.54.0.526903682305.issue43569@roundup.psfhosted.org>
2021-03-20 14:58:26vstinnerlinkissue43569 messages
2021-03-20 14:58:26vstinnercreate