diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-11 15:37:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-11 15:37:28 (GMT) |
commit | 136735c1a2efb320e4cbb64b40f1191228745b39 (patch) | |
tree | 476c18b19e6a0e61d4b130725f48be6ba4b0081b /Misc/NEWS.d | |
parent | 5d978a2e73e9ad934bcd260ae0a0db5cd0ca27d0 (diff) | |
download | cpython-136735c1a2efb320e4cbb64b40f1191228745b39.zip cpython-136735c1a2efb320e4cbb64b40f1191228745b39.tar.gz cpython-136735c1a2efb320e4cbb64b40f1191228745b39.tar.bz2 |
bpo-39297: Update for importlib_metadata 1.4. (GH-17947)
* bpo-39297: Update for importlib_metadata 1.4. Includes performance updates.
* 📜🤖 Added by blurb_it.
* Update blurb
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-01-11-01-15-37.bpo-39297.y98Z6Q.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-01-11-01-15-37.bpo-39297.y98Z6Q.rst b/Misc/NEWS.d/next/Library/2020-01-11-01-15-37.bpo-39297.y98Z6Q.rst new file mode 100644 index 0000000..618f6f9 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-01-11-01-15-37.bpo-39297.y98Z6Q.rst @@ -0,0 +1 @@ +Improved performance of importlib.metadata distribution discovery and resilients to inaccessible sys.path entries (importlib_metadata v1.4.0). |