Show More
@@ -1,4 +1,4 b'' | |||
|
1 |
"""IPython terminal interface using prompt_toolkit |
|
|
1 | """IPython terminal interface using prompt_toolkit""" | |
|
2 | 2 | from __future__ import print_function |
|
3 | 3 | |
|
4 | 4 | import os |
@@ -40,7 +40,7 b' Replacement of readline in TerminalInteractiveShell and PDB' | |||
|
40 | 40 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
41 | 41 | |
|
42 | 42 | IPython 5.0 now uses ``prompt_toolkit``. The |
|
43 |
``IP |
|
|
43 | ``IPython.terminal.interactiveshell.TerminalInteractiveShell`` now uses | |
|
44 | 44 | ``prompt_toolkit``. It is an almost complete rewrite, so many settings have |
|
45 | 45 | thus changed or disappeared. The class keep the same name to avoid breaking |
|
46 | 46 | user configuration for the options which names is unchanged. |
General Comments 0
You need to be logged in to leave comments.
Login now