diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-06-27 21:59:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-27 21:59:18 (GMT) |
commit | efe7d08d178a7c09bcca994f2068b019c8633d83 (patch) | |
tree | 381bd5c8e8496306646cb2803c7e68dacd12128e /Doc/whatsnew | |
parent | 2f49c9debc2efe010c757be3bdbd6493f1ebc5f6 (diff) | |
download | cpython-efe7d08d178a7c09bcca994f2068b019c8633d83.zip cpython-efe7d08d178a7c09bcca994f2068b019c8633d83.tar.gz cpython-efe7d08d178a7c09bcca994f2068b019c8633d83.tar.bz2 |
bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (#26807)
Sync with importlib_metadata 4.6.
Diffstat (limited to 'Doc/whatsnew')
-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 2a43d26..8148132 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>` |