From: Jack Jansen Date: Tue, 12 Sep 2000 20:40:55 +0000 (+0000) Subject: Added a note that multiple threads breaks command-. X-Git-Tag: v2.0b2~355 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df13b9ff9d7c89727527d4482fccf0eeacdee194;p=thirdparty%2FPython%2Fcpython.git Added a note that multiple threads breaks command-. --- diff --git a/Mac/Relnotes b/Mac/Relnotes index 006c3592a806..a08691e2f214 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.