##// END OF EJS Templates
Adjustment to console signal-handling...
Adjustment to console signal-handling Do not explicitly interrupt the kernel, because the subprocess already gets the interrupt. Once we properly prevent this, then the interrupt can be restored. Also, the KeyboardInterrupt is still raised if not executing, in order to restore the prompt. In ipkernel, the interrupt is ignored during poll, and restored after the loop exits, to prevent it being swallowed in future code that expects normal sigint behavior.

File last commit:

r3954:94d97371
r5615:9a0989a4
Show More
README
5 lines | 100 B | text/plain | TextLexer
MinRK
reorganize default config files to match profiles as directories...
r3954 This is the IPython directory.
For more information on configuring IPython, do:
ipython config -h