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.
1 parent 4388dbf commit 42859d0Copy full SHA for 42859d0
1 file changed
bpython/urwid.py
@@ -449,7 +449,6 @@ def main(args=None, locals_=None, banner=None):
449
# This constructs a raw_display.Screen, which nabs sys.stdin/out.
450
loop = urwid.MainLoop(frame, palette, event_loop=event_loop)
451
452
- # TODO: hook up idle callbacks somewhere.
453
myrepl = URWIDRepl(loop, frame, listbox, overlay, tooltip,
454
interpreter, statusbar, config)
455
0 commit comments