exceptions
dz / python / docs / stdlib / exceptionsNode Tree
Nodes
KeyboardInterrupt | |
content | KeyboardInterrupt Exception |
parents | python/docs/stdlib/exceptions |
hyperlink | https://docs.python.org/3/library/exceptions.html#KeyboardInterrupt |
location | knowledge/python.dz:660 |
2024-12-29 10:28 Making my flashcards app more convenient to use I am learnig how to use the threading module in python, and getting more familiar with the SimpleHTTPRequestHandler class. The KeyboardInterrupt Exception trick was also nice to know about, seems to cleanly close the server