##// 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:

r21369:e184ea10
r23591:c64ca435
Show More
Dockerfile
7 lines | 200 B | text/x-dockerfile-config | DockerLexer
# DEPRECATED: You probably want jupyter/notebook
FROM jupyter/notebook
MAINTAINER IPython Project <ipython-dev@scipy.org>
ONBUILD RUN echo "ipython/ipython is deprecated, use jupyter/notebook" >&2