summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-02-24 11:04:17 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-02-24 11:04:17 (GMT)
commitdeac2acdb8865a88fdc6a318e7967ba60f7d7e75 (patch)
tree980cfb8af6e684d17ff7451860d18a650e9befab /Misc
parent5860dab40119c6cd6880ae96182c50642c280841 (diff)
downloadcpython-deac2acdb8865a88fdc6a318e7967ba60f7d7e75.zip
cpython-deac2acdb8865a88fdc6a318e7967ba60f7d7e75.tar.gz
cpython-deac2acdb8865a88fdc6a318e7967ba60f7d7e75.tar.bz2
Added a note about MacOS.WMAvailable().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 929c023..d52ceac 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?