diff --git a/Misc/NEWS b/Misc/NEWS index 24597f8c032..e9b1461944b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -265,6 +265,9 @@ C API Documentation ------------- +- Issue #22155: Add File Handlers subsection with createfilehandler to tkinter + doc. Remove obsolete example from FAQ. Patch by Martin Panter. + - Issue #24029: Document the name binding behavior for submodule imports. - Issue #24077: Fix typo in man page for -I command option: -s, not -S.