##// END OF EJS Templates
Merge pull request #4760 from takluyver/examples-py3compat...
Merge pull request #4760 from takluyver/examples-py3compat Make examples and docs more Python 3 aware

File last commit:

r13639:b321a7fd
r14082:608fd030 merge
Show More
use-dill.rst
7 lines | 347 B | text/x-rst | RstLexer
MinRK
add use_dill note to what's new
r13639 Using dill to expand serialization support
------------------------------------------
adds :func:`~IPython.utils.pickleutil.use_dill` for allowing
dill to extend serialization support in :mod:`IPython.parallel` (closures, etc.).
Also adds :meth:`DirectView.use_dill` convenience method for enabling dill
locally and on all engines with one call.