summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2011-05-17 12:48:40 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2011-05-17 12:48:40 (GMT)
commit5ee0567bb2af1c81da72990c9b2cd199af2e2ace (patch)
tree961940d384a3369c24d4dc625fcfd3fadc276df1 /Misc/NEWS
parent6edd8c1faf64a118d85355159e5363bba69efe87 (diff)
downloadcpython-5ee0567bb2af1c81da72990c9b2cd199af2e2ace.zip
cpython-5ee0567bb2af1c81da72990c9b2cd199af2e2ace.tar.gz
cpython-5ee0567bb2af1c81da72990c9b2cd199af2e2ace.tar.bz2
Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5
Without this patch IDLE will crash reliably on OSX when Tkinter is linked to TkCocoa 8.5.x. To reproduce: * Create a new file (script.py) with the following two lines: x = input('prompt: ') print(x) * Save the script * Run the script using the F5 keyboard shortcut (running from the menu works fine) The patch is a fairly crude hack, but we haven't found a better workaround for this Tk bug yet.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7db72e7..c40136c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,9 @@ Core and Builtins
Library
-------
+- Issue #11088: don't crash when using F5 to run a script in IDLE on MacOSX
+ with Tk 8.5.
+
- Issue #9516: Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET
is set in shell.