##// END OF EJS Templates
strip ANSI colors from tracebacks when normalizing outputs
strip ANSI colors from tracebacks when normalizing outputs

File last commit:

r16473:f237f2f2
r17091:897941a4
Show More
cloudpickle.rst
5 lines | 275 B | text/x-rst | RstLexer
James Porter
add note about cloudpickle to whatsnew
r16473 * Adds a ``use_cloudpickle`` method to ``DirectView`` objects, which works like
``view.use_dill()``, but causes the ``cloudpickle`` module from PiCloud's
`cloud`__ library to be used rather than dill or the builtin pickle module.
__ https://pypi.python.org/pypi/cloud