diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-02-18 23:32:47 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-02-18 23:32:47 (GMT) |
commit | 5d44b347c9e11c69cf02d9a080ebacfd18c57057 (patch) | |
tree | 68e14ae9f54e859c41de5910071552155965ef85 | |
parent | 9f59d528c5a9bfbcc93fdf8bd42d8738105b675c (diff) | |
download | cpython-5d44b347c9e11c69cf02d9a080ebacfd18c57057.zip cpython-5d44b347c9e11c69cf02d9a080ebacfd18c57057.tar.gz cpython-5d44b347c9e11c69cf02d9a080ebacfd18c57057.tar.bz2 |
Added a note that MacOSX applets can no longer be run from a terminal window.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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? |