diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-08 23:20:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 23:20:26 (GMT) |
commit | 7f7e706d78ab968a1221c6179dfdba714860bd12 (patch) | |
tree | 1f1da103275c4c240e654785a976004100a169de /Misc | |
parent | d10091aa171250c67a5079abfe26b8b3964ea39a (diff) | |
download | cpython-7f7e706d78ab968a1221c6179dfdba714860bd12.zip cpython-7f7e706d78ab968a1221c6179dfdba714860bd12.tar.gz cpython-7f7e706d78ab968a1221c6179dfdba714860bd12.tar.bz2 |
bpo-39791: Add files() to importlib.resources (GH-19722)
* bpo-39791: Update importlib.resources to support files() API (importlib_resources 1.5).
* 📜🤖 Added by blurb_it.
* Add some documentation about the new objects added.
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-04-27-00-51-40.bpo-39791.wv8Dxn.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-04-27-00-51-40.bpo-39791.wv8Dxn.rst b/Misc/NEWS.d/next/Library/2020-04-27-00-51-40.bpo-39791.wv8Dxn.rst new file mode 100644 index 0000000..237bcf7 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-04-27-00-51-40.bpo-39791.wv8Dxn.rst @@ -0,0 +1 @@ +Added ``files()`` function to importlib.resources with support for subdirectories in package data, matching backport in importlib_resources 1.5.
\ No newline at end of file |