Skip to content

Commit e12d951

Browse files
remove todos from manual_readline
1 parent 503751f commit e12d951

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bpython/curtsiesfrontend/manual_readline.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88
import re
99
char_sequences = {}
1010

11-
#TODO fix this - should use value in repl.
12-
# Sadly, this breaks the pure function aspect of backspace!
1311
INDENT = 4
1412

15-
#TODO make an object out of this so instances can have keybindings via config
13+
#TODO Allow user config of keybindings for these actions
1614

1715
def on(seq):
1816
def add_to_char_sequences(func):

0 commit comments

Comments
 (0)