diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-06-05 20:34:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-05 20:34:16 (GMT) |
commit | 161541ab45278df6603dd870113b10f13e4d9e16 (patch) | |
tree | 53d4dd1133a5912092faf71918550202864f2475 /Misc | |
parent | 5fe1df1886e2e53b04bf76ef916857271d3c8f20 (diff) | |
download | cpython-161541ab45278df6603dd870113b10f13e4d9e16.zip cpython-161541ab45278df6603dd870113b10f13e4d9e16.tar.gz cpython-161541ab45278df6603dd870113b10f13e4d9e16.tar.bz2 |
bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659)
* Refresh importlib.metadata from importlib_metadata 1.6.1.
* 📜🤖 Added by blurb_it.
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-06-05-19-29-10.bpo-39791._CcO3d.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-06-05-19-29-10.bpo-39791._CcO3d.rst b/Misc/NEWS.d/next/Library/2020-06-05-19-29-10.bpo-39791._CcO3d.rst new file mode 100644 index 0000000..73e0cbb --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-06-05-19-29-10.bpo-39791._CcO3d.rst @@ -0,0 +1 @@ +Refresh importlib.metadata from importlib_metadata 1.6.1.
\ No newline at end of file |