##// END OF EJS Templates
Downplay the need for pyreadline on Windows....
Downplay the need for pyreadline on Windows. Closes gh-4544

File last commit:

r13639:b321a7fd
r13891:08bf31c5
Show More
use-dill.rst
7 lines | 347 B | text/x-rst | RstLexer

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.