We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a84bb5 commit 9db848fCopy full SHA for 9db848f
importlib_resources/docs/changelog.rst
@@ -11,6 +11,16 @@
11
previous functionality as it provides a more general-purpose access
12
to a package's resources.
13
14
+ With this function, subdirectories are supported (Closes #58).
15
+
16
+ The
17
+ documentation has been updated to reflect that this function is now
18
+ the preferred interface for loading package resources. It does not,
19
+ however, support resources from arbitrary loaders. It currently only
20
+ supports resources from file system path and zipfile packages (a
21
+ consequence of the ResourceReader interface only operating on
22
+ Python packages).
23
24
1.0.2 (2018-11-01)
25
==================
26
* Fix ``setup_requires`` and ``install_requires`` metadata in ``setup.cfg``.
0 commit comments