From: Jack Jansen Date: Mon, 24 Feb 2003 11:04:17 +0000 (+0000) Subject: Added a note about MacOS.WMAvailable(). X-Git-Tag: v2.3c1~1705 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=deac2acdb8865a88fdc6a318e7967ba60f7d7e75;p=thirdparty%2FPython%2Fcpython.git Added a note about MacOS.WMAvailable(). --- diff --git a/Misc/NEWS b/Misc/NEWS index 929c023d8624..d52ceaccbacb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -61,7 +61,8 @@ TBD Mac --- -TBD +- A new method MacOS.WMAvailable() returns true if it is safe to access + the window manager, false otherwise. What's New in Python 2.3 alpha 2?