سؤال

I'm using red hat 5 linux, and I would like to know what key combination raises a KeyboardInterrupt exception in python 2.6. I know that it is Ctrl+ c under windows.

Regards,

هل كانت مفيدة؟

المحلول

It's still CtrlC. Or you could send a SIGINT to the process.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top