diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-03-13 20:40:42 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-03-13 20:40:42 (GMT) |
commit | 5c3c4242375998c1118f9724340a91ef28dd5368 (patch) | |
tree | 9558942be27a29dce2af136f85be2c6b6e071b62 /Misc | |
parent | 577c830531ae6d021ac6f3ca7d9a5c44c879b068 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |