Commit df13b9ff authored by Jack Jansen's avatar Jack Jansen

Added a note that multiple threads breaks command-.

parent 31f5550f
...@@ -45,3 +45,5 @@ http://www.cwi.nl/~jack/macpython.html. ...@@ -45,3 +45,5 @@ http://www.cwi.nl/~jack/macpython.html.
- The IDE and Tkinter do not work together. Run tkinter programs under PythonInterpreter. - The IDE and Tkinter do not work together. Run tkinter programs under PythonInterpreter.
- Aliases do not work in sys.path entries. - 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.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment