[IronPython] Difference in pickle between IronPython 2.6 and CPython 2.6
Rohit Aggarwal
rohit.aggarwal at gmail.com
Fri May 21 04:05:39 PDT 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://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20100521/23596bc6/attachment.htm>
More information about the Users
mailing list