diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-05-17 18:53:28 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-05-17 18:53:28 (GMT) |
commit | 6558190e52748428b2db1420bf029b0745e2743a (patch) | |
tree | ca1ec1805cfebc2da97688b7f805802b02abd02a /Misc | |
parent | d986563a06409ec36f8f580453fbeda96e695d3f (diff) | |
download | cpython-6558190e52748428b2db1420bf029b0745e2743a.zip cpython-6558190e52748428b2db1420bf029b0745e2743a.tar.gz cpython-6558190e52748428b2db1420bf029b0745e2743a.tar.bz2 |
Issue #22155: News entry.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |