]> granicus.if.org Git - python/commitdiff
Added a note that MacOSX applets can no longer be run from a terminal window.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 18 Feb 2003 23:32:47 +0000 (23:32 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 18 Feb 2003 23:32:47 +0000 (23:32 +0000)
Misc/NEWS

index 19752f03c6e15e83854fd69f54e0d165260be906..8671650bc53831e0efa99080582c74cef8415be0 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -380,7 +380,9 @@ Mac
   form. Only in MacPython-OSX.
   
 - Applets are now built with bundlebuilder in MacPython-OSX, which should make
-  them more robust and also provides a path towards BuildApplication. 
+  them more robust and also provides a path towards BuildApplication. The
+  downside of this change is that applets can no longer be run from the
+  Terminal window, this will hopefully be fixed in the 2.3b1.
 
 
 What's New in Python 2.3 alpha 1?