diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2019-09-12 09:29:11 (GMT) |
---|---|---|
committer | Paul Ganssle <paul@ganssle.io> | 2019-09-12 09:29:11 (GMT) |
commit | 8ed6503eca4e3ea4949479d8d7fd9ffd54f81038 (patch) | |
tree | 788674608843a63a45a376d5916bfe09a63c54a0 /Misc/NEWS.d/next/Library | |
parent | 421a72af4deaec96a49a79951b9c2546a2faa13d (diff) | |
download | cpython-8ed6503eca4e3ea4949479d8d7fd9ffd54f81038.zip cpython-8ed6503eca4e3ea4949479d8d7fd9ffd54f81038.tar.gz cpython-8ed6503eca4e3ea4949479d8d7fd9ffd54f81038.tar.bz2 |
bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993)
* bpo-38121: Sync importlib.metadata with 0.22 backport
* 📜🤖 Added by blurb_it.
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-09-11-16-54-57.bpo-38121.SrSDzB.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-09-11-16-54-57.bpo-38121.SrSDzB.rst b/Misc/NEWS.d/next/Library/2019-09-11-16-54-57.bpo-38121.SrSDzB.rst new file mode 100644 index 0000000..93eabcf --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-09-11-16-54-57.bpo-38121.SrSDzB.rst @@ -0,0 +1 @@ +Update parameter names on functions in importlib.metadata matching the changes in the 0.22 release of importlib_metadata.
\ No newline at end of file |