##// 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 / examples / core
demo-exercizer.py Loading ...
example-demo.py Loading ...
example-embed-short.py Loading ...
example-embed.py Loading ...
example-gnuplot.py Loading ...
ipy.vim Loading ...
ipython-sh.desktop Loading ...
ipython.desktop Loading ...
ipython_here_shell_extension.reg Loading ...
leo_bridge_demo.leo Loading ...
new-embed.py Loading ...
seteditor.py Loading ...