##// END OF EJS Templates
Remove the readline shell machinery...
Remove the readline shell machinery IPython now uses the prompt_toolkit based TerminalInteractiveShell instead, so this removes the readline code we're no longer using.

File last commit:

r20955:c71dcbcd
r22436:e14fb804
Show More
clientabc.py
1 line | 39 B | text/x-python | PythonLexer
Min RK
bigsplit: ipython_kernel
r20955 from jupyter_client.clientabc import *