python / importlib_resources

Backport of the importlib.resources module
Apache License 2.0
64 stars 44 forks source link

Fix NotADirectory error when calling files on a subdirectory of a zipped namespace package #293

Closed sfc-gh-wzhao closed 8 months ago

sfc-gh-wzhao commented 10 months ago

Fix #294

To make sure this is tested, I adds a subdirectory to the namespace01 in the test data, and by the way adding tests for zipped namespace package to make sure all other features are working correctly in this case.

jaraco commented 8 months ago

Released with 6.1.2.