##// END OF EJS Templates
inputhook: improve stdin_ready()...
inputhook: improve stdin_ready() - move select and msvcrt imports in the function itself as they're only needed there - switch on os.name for platform dependent code - for unknow platforms, assume there's something to read
Christian Boos -
r4914:a7617935
Show More
Name Size Modified Last Commit Author
/ IPython / lib
tests
__init__.py Loading ...
backgroundjobs.py Loading ...
clipboard.py Loading ...
deepreload.py Loading ...
demo.py Loading ...
display.py Loading ...
guisupport.py Loading ...
inputhook.py Loading ...
inputhookglut.py Loading ...
inputhookgtk.py Loading ...
inputhookpyglet.py Loading ...
inputhookwx.py Loading ...
irunner.py Loading ...
latextools.py Loading ...
pretty.py Loading ...
pylabtools.py Loading ...