summaryrefslogtreecommitdiffstats
path: root/Mac/Relnotes
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-10-12 21:21:43 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-10-12 21:21:43 (GMT)
commitde51909d19b0355d866c61a83146c4a43decf45d (patch)
tree7aca95cd17d7a2229a8384d24f6acbb4a2363cc2 /Mac/Relnotes
parent816cf9d1b44da4cc973b8fc8dbfdaf220507d0fc (diff)
downloadcpython-de51909d19b0355d866c61a83146c4a43decf45d.zip
cpython-de51909d19b0355d866c61a83146c4a43decf45d.tar.gz
cpython-de51909d19b0355d866c61a83146c4a43decf45d.tar.bz2
Updated for 2.0c1
Diffstat (limited to 'Mac/Relnotes')
-rw-r--r--Mac/Relnotes13
1 files changed, 8 insertions, 5 deletions
diff --git a/Mac/Relnotes b/Mac/Relnotes
index 4f61515..beb1f71 100644
--- a/Mac/Relnotes
+++ b/Mac/Relnotes
@@ -1,4 +1,4 @@
-Changes in 2.0b1+ since 1.5.2
+Changes in 2.0c1 since 1.5.2
-----------------------------
These release notes refer to Mac-specific changes only. See NEWS (in the Misc folder)
@@ -32,8 +32,10 @@ have to leave it at the highlights:
unix-style sys.argv arguments. (new since 2.0b1)
- There's a new package, mkcwproject, that creates and builds CodeWarrior
projects. (new since 2.0b1)
-- The "keep console open" options are now always, never, on error and on unseen output. The
- latter is the new default. (new since 2.0b1)
+- The "keep console open" options are now always, never, on error and on
+ unseen output. The latter is the new default. There is also a call
+ MacOS.KeepConsole() which allows programs to override the behaviour.
+ (new since 2.0b1)
- Missing Numeric modules are included. They may not be on sys.path, however. (new since 2.0b1)
- gdbm works again. (new since 2.0b1)
@@ -43,9 +45,10 @@ What is not in this distribution
- The garbage collection mods to 2.0 have not been enabled, mainly due to lack of test-time.
- Stackless Python/microthreads hasn't been ported to 2.0 yet. If/when it becomes available
- Just will undoubtedly announce it on pythonmac-sig.
+ Just will undoubtedly announce it on pythonmac-sig and the MacPython homepage.
- Carbon support is not in here, but should be happening as soon as GUSI is ready.
-- Distutils is not in here, but Corran Webster and myself are working on it.
+- Distutils is incomplete for the Mac, unfortunately. A newer version should be available
+ soon and will be announced on pythonmac-sig and the MacPython homepage.
Known problems
--------------