[IronPython] Difference in pickle between IronPython 2.6 and CPython 2.6

Rohit Aggarwal rohit.aggarwal at gmail.com
Fri May 21 13:05:39 CEST 2010


Hello,
The following program 'True' in IronPython and 'False' in CPython.

--
import pickle

data = {"msg":"Hello world"}
print isinstance(pickle.dumps(data), unicode)
--

Is that the intended behaviour?

Thanks
Rohit Aggarwal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20100521/23596bc6/attachment.html>


More information about the Ironpython-users mailing list