##// 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.
Segev Finer -
r23294:7e3493b7
Show More
Name Size Modified Last Commit Author
/ tools
alldeps
tests
backport_pr.py Loading ...
build_release Loading ...
check_sources.py Loading ...
gen_latex_symbols.py Loading ...
gh_api.py Loading ...
git-mpr.py Loading ...
git-mrb Loading ...
github_stats.py Loading ...
make_tarball.py Loading ...
mknbindex.py Loading ...
release Loading ...
testupload Loading ...
toollib.py Loading ...
update_whatsnew.py Loading ...