##// 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
/ IPython / external / pyparsing
__init__.py Loading ...
_pyparsing.py Loading ...