Skip to content

Commit e226047

Browse files
flush output makes no sense for curtsies
1 parent e12d951 commit e226047

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bpython/curtsiesfrontend/repl.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@
3333
from bpython.curtsiesfrontend.friendly import NotImplementedError
3434
from bpython.curtsiesfrontend.coderunner import CodeRunner, FakeOutput
3535

36-
#TODO figure out how config.list_win_visible behaves and implement it, or toss
36+
#TODO figure out how config.list_win_visible behaves and implement it, or stop using it
3737
#TODO other autocomplete modes (also fix in other bpython implementations)
38-
#TODO figure out what config.flush_output is
3938
#TODO figure out what options.quiet is
4039
#TODO add buffering to stdout to speed up output.
4140

0 commit comments

Comments
 (0)