##// END OF EJS Templates
don't allow unicode errors in refill_readline_hist...
don't allow unicode errors in refill_readline_hist If a recent session had unicode input, and the current session has a different encoding, refill_readline_hist could raise a UnicodeEncodeError exception, preventing IPython from starting. 'replace' is now used when encoding the history, so this error is no longer possible.
MinRK -
r3803:f97c65a0
Show More
Name Size Modified Last Commit Author
/ docs / source / development / figs
allconnections.png Loading ...
allconnections.svg Loading ...
hbfade.png Loading ...
iopubfade.png Loading ...
notiffade.png Loading ...
queryfade.png Loading ...
queuefade.png Loading ...