##// END OF EJS Templates
Remove -i options from mv, rm and cp aliases...
Remove -i options from mv, rm and cp aliases This was arguably useful in the terminal, but it means these aliases can't be used from any of the ZMQ frontends. And users familiar with the shell shouldn't find the default (non -i) behaviour surprising. Closes gh-5729, which accidentally included an unrelated change.

File last commit:

r16473:f237f2f2
r16641:0fb126bd
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