Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da9706b

Browse files
committed
some more todo items
1 parent 7ee3b4a commit da9706b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ TODO / KNOWN ISSUES:
107107
[ ] maybe i should hook into interp and just turn that into a no-op,
108108
that way i can keep the current (cheap) history as is?
109109

110+
[ ] handle History.enabled = False case gracefully as well
111+
110112
[ ] MUSTFIX: Python 3 compatability (all of my dependencies meet them)
111113

112114
[ ] see if I can put in workaround for stable bpython
@@ -281,3 +283,10 @@ TODO / KNOWN ISSUES:
281283
[x] make screencast demo
282284

283285
[ ] process command line argument to connect to the right kernel
286+
287+
[ ] tests: make tests for the generic client, then we won't be in as bad of
288+
a shape here
289+
290+
[ ] OO refactor of client code as a mixin
291+
292+
[ ] up-arrow shouldn't search for partial completion (since that won't work)

0 commit comments

Comments
 (0)