diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-06-27 22:19:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-27 22:19:24 (GMT) |
commit | f4b31cdbc043449f3df7d291da67bcb3736be0db (patch) | |
tree | 86194aa2e8de9018f0ffe427225776c54fde8c89 /Doc | |
parent | aeb63392e74976b4289b38f32f1d6e7ff2e0a712 (diff) | |
download | cpython-f4b31cdbc043449f3df7d291da67bcb3736be0db.zip cpython-f4b31cdbc043449f3df7d291da67bcb3736be0db.tar.gz cpython-f4b31cdbc043449f3df7d291da67bcb3736be0db.tar.bz2 |
bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (GH-26807) (GH-26929)
Sync with importlib_metadata 4.6.
(cherry picked from commit efe7d08d178a7c09bcca994f2068b019c8633d83)
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.10.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 6b6578b..7ed80fb 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -1084,7 +1084,7 @@ and will be incorrect in some rare cases, including some ``_``-s in importlib.metadata ------------------ -Feature parity with ``importlib_metadata`` 4.4 +Feature parity with ``importlib_metadata`` 4.6 (`history <https://importlib-metadata.readthedocs.io/en/latest/history.html>`_). :ref:`importlib.metadata entry points <entry-points>` |