diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-03-14 01:36:13 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-03-14 01:36:13 (GMT) |
commit | a2251aadaa6de54eaf9663451afd16806a0712f3 (patch) | |
tree | f036901fec13e5bc6c0fa350640fb74d8b66135d /Misc | |
parent | 30c825c7510ccb9a9999e95c6013a5ec60938d79 (diff) | |
download | cpython-a2251aadaa6de54eaf9663451afd16806a0712f3.zip cpython-a2251aadaa6de54eaf9663451afd16806a0712f3.tar.gz cpython-a2251aadaa6de54eaf9663451afd16806a0712f3.tar.bz2 |
Issue #989712: Support using Tk without a mainloop.
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 #989712: Support using Tk without a mainloop. + - Issue #5219: Prevent event handler cascade in IDLE. - Issue #3835: Refuse to use unthreaded Tcl in threaded Python. |