Python 2.73
Why is this on my laptop, when I press CTRL + C , I can exit the interpreter, and on my desktop, hitting CTRL + C will cause the interpreter to shoot me a KeyboardInterrupt message. How can I get rid of this KeyboardInterrupt and return to completion using CTRL + C !
On my desktop, I had to type CTRL + Z and press enter to exit.
I use PowerShell on both computers. The same 64-bit, one is Win7, it is Win8
source share