##// END OF EJS Templates
IPython/lib/editorhooks.py: wait for process even if wait=False...
IPython/lib/editorhooks.py: wait for process even if wait=False The wait parameter is meant to add a prompt before returning from the hook for editors that exit immediatly (fork/CreateProcess) but it accidently prevented waiting at all for the process when it was False. I think it was meant to be `not wait and proc.wait()` but we might as well wait for the process in the `wait=True` case anyhow. It's less confusing.

File last commit:

r10495:625de30c
r23294:7e3493b7
Show More
qtconsole_tabbed.png
0 lines | 184.2 KiB | image/png | TextLexer
/ docs / source / _images / qtconsole_tabbed.png
rendered-image