diff options
author | Ned Deily <nad@acm.org> | 2011-07-04 04:56:48 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-07-04 04:56:48 (GMT) |
commit | 4143535d865b103ebe6cbce51287a63f9538afd3 (patch) | |
tree | 7251878d75847b33ddeb842a64df918d25b99aaf /Misc | |
parent | 9ebe08d2f6c3b8bca5148e909cc89efeb7a01ad1 (diff) | |
download | cpython-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/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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? =============================================== |