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 /Misc | |
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 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-06-19-21-52-27.bpo-44464.U2oa-a.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-06-19-21-52-27.bpo-44464.U2oa-a.rst b/Misc/NEWS.d/next/Library/2021-06-19-21-52-27.bpo-44464.U2oa-a.rst new file mode 100644 index 0000000..6b1c107 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-06-19-21-52-27.bpo-44464.U2oa-a.rst @@ -0,0 +1,2 @@ +Remove exception for flake8 in deprecated importlib.metadata interfaces. +Sync with importlib_metadata 4.6. |