Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31e7c9c

Browse files
committed
Updated with cmd-. fix and PythonCore copy option.
1 parent 20da14c commit 31e7c9c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Mac/Relnotes

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Changes in 2.0c1 since 1.5.2
1+
Changes in 2.0c2 since 1.5.2
22
-----------------------------
33

44
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:
3838
(new since 2.0b1)
3939
- Missing Numeric modules are included. They may not be on sys.path, however. (new since 2.0b1)
4040
- gdbm works again. (new since 2.0b1)
41+
- Command-. and threads don't bite each other as badly anymore. (new since 2.0c1)
42+
- InstallPython will optionally copy PythonCore in stead of creating an alias, when
43+
needed. (new since 2.0c1)
4144

4245

4346
What is not in this distribution
@@ -58,5 +61,3 @@ http://www.cwi.nl/~jack/macpython.html.
5861

5962
- The IDE and Tkinter do not work together. Run tkinter programs under PythonInterpreter.
6063
- Aliases do not work in sys.path entries.
61-
- Once you have used multiple threads you cannot raise KeyboardInterrupt anymore:
62-
typing command-. will immedeately exit the interpreter.

0 commit comments

Comments
 (0)