summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-09-12 20:40:55 +0000
committerJack Jansen <jack.jansen@cwi.nl>2000-09-12 20:40:55 +0000
commitdf13b9ff9d7c89727527d4482fccf0eeacdee194 (patch)
tree10cc77663cbc9c6fe8b3030591d41f29fd43a946
parent31f5550fbecef45378a0cabf76ead1b39250d9bc (diff)
downloadcpython-git-df13b9ff9d7c89727527d4482fccf0eeacdee194.tar.gz
Added a note that multiple threads breaks command-.
-rw-r--r--Mac/Relnotes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Relnotes b/Mac/Relnotes
index 006c3592a8..a08691e2f2 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.