We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e0bb3b + 6073a59 commit f800969Copy full SHA for f800969
bpython/cli.py
@@ -89,6 +89,9 @@ def __init__(self, interface):
89
self.encoding = getpreferredencoding()
90
self.interface = interface
91
92
+ def isatty(self):
93
+ return True
94
+
95
def readline(self):
96
"""I can't think of any reason why anything other than readline would
97
be useful in the context of an interactive interpreter so this is the
0 commit comments