diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2019-07-28 18:59:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-28 18:59:24 (GMT) |
commit | 049460da9c7b5f51732e2966195c44713af9dc4c (patch) | |
tree | 5fb30710967235710cb665d70218a8633ccdffc3 /Misc | |
parent | b222955355c8077a3ceca79195731663d7c3dd5f (diff) | |
download | cpython-049460da9c7b5f51732e2966195c44713af9dc4c.zip cpython-049460da9c7b5f51732e2966195c44713af9dc4c.tar.gz cpython-049460da9c7b5f51732e2966195c44713af9dc4c.tar.bz2 |
bpo-37697: Sync with importlib_metadata 0.19 (#14993)
* bpo-37697: Sync with importlib_metadata 0.19
* Run make regen-importlib
* 📜🤖 Added by blurb_it.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-07-28-17-44-21.bpo-37697.7UV5d0.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-07-28-17-44-21.bpo-37697.7UV5d0.rst b/Misc/NEWS.d/next/Library/2019-07-28-17-44-21.bpo-37697.7UV5d0.rst new file mode 100644 index 0000000..6c78d7c --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-07-28-17-44-21.bpo-37697.7UV5d0.rst @@ -0,0 +1 @@ +Syncronize ``importlib.metadata`` with `importlib_metadata 0.19 <https://gitlab.com/python-devs/importlib_metadata/-/milestones/20>`_, improving handling of EGG-INFO files and fixing a crash when entry point names contained colons.
\ No newline at end of file |