summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-03-13 20:40:42 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-03-13 20:40:42 (GMT)
commit5c3c4242375998c1118f9724340a91ef28dd5368 (patch)
tree9558942be27a29dce2af136f85be2c6b6e071b62 /Misc
parent577c830531ae6d021ac6f3ca7d9a5c44c879b068 (diff)
downloadcpython-5c3c4242375998c1118f9724340a91ef28dd5368.zip
cpython-5c3c4242375998c1118f9724340a91ef28dd5368.tar.gz
cpython-5c3c4242375998c1118f9724340a91ef28dd5368.tar.bz2
Issue #2843: Add new Tk API to Tkinter.
Patch by Guilherme Polo and Andrew Svetlov.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4457c6c..8e7ef6f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Core and Builtins
Library
-------
+- Issue #2843: Add new Tk API to Tkinter.
+
- Issue #14184: Increase the default stack size for secondary threads on
Mac OS X to avoid interpreter crashes when using threads on 10.7.