summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-05-17 18:56:20 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-05-17 18:56:20 (GMT)
commit01d566d340f23f1d4568fa78efdd3541c5a145bf (patch)
tree97b433a3810e6052eff53930d3b7fbf858e26a4b
parent6883faf49b4a16566cc4b1a3ea18ba125215ecc0 (diff)
parent6558190e52748428b2db1420bf029b0745e2743a (diff)
downloadcpython-01d566d340f23f1d4568fa78efdd3541c5a145bf.zip
cpython-01d566d340f23f1d4568fa78efdd3541c5a145bf.tar.gz
cpython-01d566d340f23f1d4568fa78efdd3541c5a145bf.tar.bz2
Issue #22155: News entry.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 586baa1..2ae5a6e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -160,6 +160,9 @@ Tests
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