diff options
-rw-r--r-- | Mac/Relnotes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Relnotes b/Mac/Relnotes index 006c359..a08691e 100644 --- a/Mac/Relnotes +++ b/Mac/Relnotes @@ -45,3 +45,5 @@ 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. |