##// END OF EJS Templates
terminal interface: catch exception when standard stream is closed...
terminal interface: catch exception when standard stream is closed if a standard stream is closed, e.g. `import sys; sys.stdin.close()`, a ValueError is raised when the stream is read. this commit adds a try .. except statement to catch that exception in IPython/terminal/interactiveshell.py
Jacob Hall -
r27749:1dcbbc47
Show More
Name Size Modified Last Commit Author
/ IPython / core / profile
README_STARTUP Loading ...