Skip to content

Commit 162d8fd

Browse files
Revert "Merged in hndrewaall/bpython (pull request bpython#21)"
This reverts commit c4c1c86, reversing changes made to 39bbbd6.
1 parent 441354e commit 162d8fd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bpython/cli.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,6 @@ def write(self, value):
180180
def isatty(self):
181181
return True
182182

183-
def fileno(self):
184-
return 0
185-
186183
def readline(self, size=-1):
187184
"""I can't think of any reason why anything other than readline would
188185
be useful in the context of an interactive interpreter so this is the

0 commit comments

Comments
 (0)