summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-04-20 02:11:14 (GMT)
committerNed Deily <nad@acm.org>2014-04-20 02:11:14 (GMT)
commit09ae544ea3a6e33418ec8ab0100fc8288eef6d13 (patch)
tree34d30ed3f986b7c88ae9ba1c37ce3ee5e3bd1e4a /Misc/NEWS
parentf31b4782084abef023d9ade3990385fb905a092f (diff)
downloadcpython-09ae544ea3a6e33418ec8ab0100fc8288eef6d13.zip
cpython-09ae544ea3a6e33418ec8ab0100fc8288eef6d13.tar.gz
cpython-09ae544ea3a6e33418ec8ab0100fc8288eef6d13.tar.bz2
Issue #11571: Ensure that the turtle window becomes the topmost window
when launched on OS X. (Original patch by Ronald Oussoren)
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 1b5ac6c..5edfb04 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -168,6 +168,9 @@ Library
- Issue #21311: Avoid exception in _osx_support with non-standard compiler
configurations. Patch by John Szakmeister.
+- Issue #11571: Ensure that the turtle window becomes the topmost window
+ when launched on OS X.
+
Extension Modules
-----------------