Python Console is broken for Remote interpreter with IPython 5 (PY-20732)

Don't override this method here, call the original method of `sys.stdin`
This commit is contained in:
Elizaveta Shashkova
2016-09-12 17:29:27 +03:00
parent 73273f7e58
commit 0257ebc26a
@@ -70,9 +70,6 @@ class BaseStdIn:
# which is not something we want.
return '\n'
def isatty(self):
return False # not really a file
def write(self, *args, **kwargs):
pass # not available StdIn (but it can be expected to be in the stream interface)