1- Changes in 2.0b1 since 1.5.2
2- ----------------------------
1+ Changes in 2.0b1+ since 1.5.2
2+ -----------------------------
33
44These release notes refer to Mac-specific changes only. See NEWS (in the Misc folder)
55for machine-independent changes.
@@ -28,6 +28,15 @@ have to leave it at the highlights:
2828- Added macos.FreeMem(), MaxBlock() and CompactMem(), mainly so apps in Python can
2929 give low-memory warnings.
3030- MediaDescr module parses some QuickTime media descriptions (but definitely not all).
31+ - A new method EasyDialogs.GetArgv() which makes it easy for the end-user to provide
32+ unix-style sys.argv arguments. (new since 2.0b1)
33+ - There's a new package, mkcwproject, that creates and builds CodeWarrior
34+ projects. (new since 2.0b1)
35+ - The "keep console open" options are now always, never, on error and on unseen output. The
36+ latter is the new default. (new since 2.0b1)
37+ - Missing Numeric modules are included. They may not be on sys.path, however. (new since 2.0b1)
38+ - gdbm works again. (new since 2.0b1)
39+
3140
3241What is not in this distribution
3342--------------------------------
@@ -36,7 +45,7 @@ What is not in this distribution
3645- Stackless Python/microthreads hasn't been ported to 2.0 yet. If/when it becomes available
3746 Just will undoubtedly announce it on pythonmac-sig.
3847- Carbon support is not in here, but should be happening as soon as GUSI is ready.
39- - Distutils is not in here, again due to lack of time .
48+ - Distutils is not in here, but Corran Webster and myself are working on it .
4049
4150Known problems
4251--------------
@@ -48,4 +57,3 @@ http://www.cwi.nl/~jack/macpython.html.
4857- Aliases do not work in sys.path entries.
4958- Once you have used multiple threads you cannot raise KeyboardInterrupt anymore:
5059 typing command-. will immedeately exit the interpreter.
51- - The gdbm module does not work.
0 commit comments