##// END OF EJS Templates
Fix jedi 0.11 – be optimistic....
Fix jedi 0.11 – be optimistic. Instead of not trying Jedi completion if Jedi parsing of wether we are in a string fails assume that we should alway try jedi, and do not only if jedi manage to prove we are currently in a string. This should give some false positive (like triggering jedi in some unfinished strings), but no false negative – like for example with Jedi 0.11 which is just out. In the end we should do a proper fix; but I'd like to get that soon as otherwise Jedi is quasi deactivated when version 0.11 is installed (released a few days ago).

File last commit:

r23942:3440f268
r23948:1284ba39
Show More
index.rst
47 lines | 1.2 KiB | text/x-rst | RstLexer

What's new in IPython

This section documents the changes that have been made in various versions of IPython. Users should consult these pages to learn about new features, bug fixes and backwards incompatibilities. Developers should summarize the development work they do here in a user friendly format.