]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Updated with cmd-. fix and PythonCore copy option.
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 13 Oct 2000 23:32:44 +0000 (23:32 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 13 Oct 2000 23:32:44 +0000 (23:32 +0000)
Mac/Relnotes

index beb1f717ed1dc0aa5cb35c88ba439312bb3575ec..590134d98a6557455b3bec21fdb56e0cf0794967 100644 (file)
@@ -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.