summaryrefslogtreecommitdiffstats
path: root/Mac/Relnotes
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-10-19 21:58:27 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-10-19 21:58:27 (GMT)
commit538bd1391140796b14cc7479d0612ad22c5ea875 (patch)
tree553ef07a6ff9ffe3c1377c6a4c6df5072002f702 /Mac/Relnotes
parent3e3eb3e822038c08850d71dcb98c006dc2a7e36a (diff)
downloadcpython-538bd1391140796b14cc7479d0612ad22c5ea875.zip
cpython-538bd1391140796b14cc7479d0612ad22c5ea875.tar.gz
cpython-538bd1391140796b14cc7479d0612ad22c5ea875.tar.bz2
Ready for 2.0
Diffstat (limited to 'Mac/Relnotes')
-rw-r--r--Mac/Relnotes8
1 files changed, 5 insertions, 3 deletions
diff --git a/Mac/Relnotes b/Mac/Relnotes
index 590134d..b075f00 100644
--- a/Mac/Relnotes
+++ b/Mac/Relnotes
@@ -1,5 +1,5 @@
-Changes in 2.0c2 since 1.5.2
------------------------------
+Changes in 2.0 since 1.5.2
+--------------------------
These release notes refer to Mac-specific changes only. See NEWS (in the Misc folder)
for machine-independent changes.
@@ -34,13 +34,15 @@ have to leave it at the highlights:
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. There is also a call
- MacOS.KeepConsole() which allows programs to override the behaviour.
+ MacOS.KeepConsole() which allows programs to override the behaviour, and
+ a call MacOS.OutputSeen() which acknowledges all output until now.
(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)
- Command-. and threads don't bite each other as badly anymore. (new since 2.0c1)
- InstallPython will optionally copy PythonCore in stead of creating an alias, when
needed. (new since 2.0c1)
+- All bugs reported to the pythonmac-sig in the 2.0c1 period have been fixed.
What is not in this distribution