##// END OF EJS Templates
Fix Crash: Eliding string with consecutive dots....
Fix Crash: Eliding string with consecutive dots. Spiting a string with consecutive dots would lead to empty parts, which you can't subslice when recombining and lead to `IndexError`. Should not happened on 6.0, but could if the completer is refactored to display completions that can contain the ellipsis symbol in Python 3 or arbitrary string in default arguments.

File last commit:

r21623:1ab497b7
r23591:c64ca435
Show More
.gitignore
23 lines | 330 B | text/plain | TextLexer
MANIFEST
build
dist
_build
docs/man/*.gz
docs/source/api/generated
docs/source/config/options
docs/source/interactive/magics-generated.txt
docs/gh-pages
jupyter_notebook/notebook/static/mathjax
jupyter_notebook/static/style/*.map
*.py[co]
__pycache__
*.egg-info
*~
*.bak
.ipynb_checkpoints
.tox
.DS_Store
\#*#
.#*
.coverage
*.swp