Skip to content

Commit f800969

Browse files
committed
merge
2 parents 8e0bb3b + 6073a59 commit f800969

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bpython/cli.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ def __init__(self, interface):
8989
self.encoding = getpreferredencoding()
9090
self.interface = interface
9191

92+
def isatty(self):
93+
return True
94+
9295
def readline(self):
9396
"""I can't think of any reason why anything other than readline would
9497
be useful in the context of an interactive interpreter so this is the

0 commit comments

Comments
 (0)