Comment 3 for bug 315392

Revision history for this message
Jörgen Stenarson (jorgen-stenarson) wrote : Re: [Bug 315392] Re: Crash if completer_delims has been set to a unicode string (at least on windows)

Ville M. Vainio skrev:
> IPython should just do str() to convert whatever
> readline.get_completer_delims gives it.
>
But that could fail if get_completer_delims returns a unicode string
with a character that can not be converted to ascii.