This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients gpolo, janssen, ned.deily, pitrou, python-dev, r.david.murray, ronaldoussoren, vstinner
Date 2011-07-05.11:03:49
SpamBayes Score 2.7393908e-05
Marked as misclassified No
Message-id <1309863830.01.0.115192465272.issue8716@psf.upfronthosting.co.za>
In-reply-to
Content
python2.7 has MacOS.WMAvailable().  When that function returns False the Tkinter tests should be disabled.

The function is not available in Python 3, but is easy enough to implement using ctypes.
History
Date User Action Args
2011-07-05 11:03:50ronaldoussorensetrecipients: + ronaldoussoren, janssen, pitrou, vstinner, gpolo, ned.deily, r.david.murray, python-dev
2011-07-05 11:03:50ronaldoussorensetmessageid: <1309863830.01.0.115192465272.issue8716@psf.upfronthosting.co.za>
2011-07-05 11:03:49ronaldoussorenlinkissue8716 messages
2011-07-05 11:03:49ronaldoussorencreate