From: Terry Jan Reedy Date: Sun, 17 May 2015 18:53:28 +0000 (-0400) Subject: Issue #22155: News entry. X-Git-Tag: v3.5.0b1~92^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6558190e52748428b2db1420bf029b0745e2743a;p=thirdparty%2FPython%2Fcpython.git Issue #22155: News entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index 24597f8c032a..e9b1461944b1 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.