]> granicus.if.org Git - python/commitdiff
Added a note that multiple threads breaks command-.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 12 Sep 2000 20:40:55 +0000 (20:40 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 12 Sep 2000 20:40:55 +0000 (20:40 +0000)
Mac/Relnotes

index 006c3592a806652f42d1403e6f2563917ed4842b..a08691e2f214c7eb40cf9197653e666a23648fde 100644 (file)
@@ -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.