diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-10-13 23:32:44 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-10-13 23:32:44 (GMT) |
commit | 31e7c9c6d61b090a7fd7a8af78b1e3bc8fd463fe (patch) | |
tree | 279c8c6a4cc6d1c6b3c8610ea731a18829c66bfe /Mac/Relnotes | |
parent | 20da14c56d9562d15153553d3a199e154b505599 (diff) | |
download | cpython-31e7c9c6d61b090a7fd7a8af78b1e3bc8fd463fe.zip cpython-31e7c9c6d61b090a7fd7a8af78b1e3bc8fd463fe.tar.gz cpython-31e7c9c6d61b090a7fd7a8af78b1e3bc8fd463fe.tar.bz2 |
Updated with cmd-. fix and PythonCore copy option.
Diffstat (limited to 'Mac/Relnotes')
-rw-r--r-- | Mac/Relnotes | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Mac/Relnotes b/Mac/Relnotes index beb1f71..590134d 100644 --- a/Mac/Relnotes +++ b/Mac/Relnotes @@ -1,4 +1,4 @@ -Changes in 2.0c1 since 1.5.2 +Changes in 2.0c2 since 1.5.2 ----------------------------- These release notes refer to Mac-specific changes only. See NEWS (in the Misc folder) @@ -38,6 +38,9 @@ have to leave it at the highlights: (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) What is not in this distribution @@ -58,5 +61,3 @@ http://www.cwi.nl/~jack/macpython.html. - The IDE and Tkinter do not work together. Run tkinter programs under PythonInterpreter. - Aliases do not work in sys.path entries. -- Once you have used multiple threads you cannot raise KeyboardInterrupt anymore: - typing command-. will immedeately exit the interpreter. |