##// 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.
Matthias Bussonnier -
r23591:c64ca435
Show More
Name Size Modified Last Commit Author
/ setupext
__init__.py Loading ...
install_data_ext.py Loading ...