summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-07-04 04:56:48 (GMT)
committerNed Deily <nad@acm.org>2011-07-04 04:56:48 (GMT)
commit4143535d865b103ebe6cbce51287a63f9538afd3 (patch)
tree7251878d75847b33ddeb842a64df918d25b99aaf /Misc
parent9ebe08d2f6c3b8bca5148e909cc89efeb7a01ad1 (diff)
downloadcpython-4143535d865b103ebe6cbce51287a63f9538afd3.zip
cpython-4143535d865b103ebe6cbce51287a63f9538afd3.tar.gz
cpython-4143535d865b103ebe6cbce51287a63f9538afd3.tar.bz2
Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run
test_tk or test_ttk_guionly under a username that is not currently logged in to the console windowserver (as may be the case under buildbot or ssh).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 401a8ea..fa9f4b8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,14 @@ Library
C-API
-----
+Tests
+-----
+
+- Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run
+ test_tk or test_ttk_guionly under a username that is not currently logged
+ in to the console windowserver (as may be the case under buildbot or ssh).
+
+
What's New in Python 3.2.1 release candidate 2?
===============================================