]> granicus.if.org Git - python/commit
Fix for issue8868: without this patch 'MacOS.WMAvailable()' will return
authorRonald Oussoren <ronaldoussoren@mac.com>
Wed, 2 Jun 2010 03:47:14 +0000 (03:47 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Wed, 2 Jun 2010 03:47:14 +0000 (03:47 +0000)
commit27c72e9e5cc8b2d8d4e632c010ec8bf77360ae4d
tree66176f27797c624a538bb238cc3a5f6647d6a419
parent98bc31f5e0642e88eecd8237ea71be5e60e36dcd
Fix for issue8868: without this patch 'MacOS.WMAvailable()' will return
False on MacOSX 10.5 or earlier and scripts won't be able to access GUI
functionality.
Mac/Tools/pythonw.c
Misc/NEWS