mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Added a note that multiple threads breaks command-.
This commit is contained in:
parent
31f5550fbe
commit
df13b9ff9d
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue