diff options
author | Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> | 2022-11-12 07:17:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-12 07:17:53 (GMT) |
commit | aa874326d86734606a1930e7f48e2ee204cae0b6 (patch) | |
tree | e0f68cc2b753c4b5f43ec278ed5e95650df88b9e /Misc | |
parent | e02cc6d42aee1f0a9ee629f76576eee478224d9d (diff) | |
download | cpython-aa874326d86734606a1930e7f48e2ee204cae0b6.zip cpython-aa874326d86734606a1930e7f48e2ee204cae0b6.tar.gz cpython-aa874326d86734606a1930e7f48e2ee204cae0b6.tar.bz2 |
GH-94597: add deprecation warnings for subclassing `AbstractChildWatcher` (#99386)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-11-11-18-23-41.gh-issue-94597.m6vMDK.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-11-11-18-23-41.gh-issue-94597.m6vMDK.rst b/Misc/NEWS.d/next/Library/2022-11-11-18-23-41.gh-issue-94597.m6vMDK.rst new file mode 100644 index 0000000..5e649a8 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-11-11-18-23-41.gh-issue-94597.m6vMDK.rst @@ -0,0 +1 @@ +Deprecate :class:`asyncio.AbstractChildWatcher` to be removed in Python 3.14. Patch by Kumar Aditya. |