We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4553045 + 04f48be commit f3d2297Copy full SHA for f3d2297
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