Issue #15640: Document importlib.abc.Finder as deprecated.
The code for the class itself isn't deprecated for
backwards-compatibility reasons, but the class shouldn't be directly
inherited by anyone anymore as the API is no longer as widely valid as
it used to be.
diff --git a/Misc/NEWS b/Misc/NEWS
index b7b4a56..7e95b66 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,6 +41,8 @@
Documentation
-------------
+- Issue #15640: Document importlib.abc.Finder as deprecated.
+
- Issue #15630: Add an example for "continue" stmt in the tutorial. Patch by
Daniel Ellis.