Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [Status update] Windows Forms Editor
2. [New issue] cPickle.Unpickler unable to load output from cPickle.dumps
----------------------------------------------
ISSUES
1. [Status update] Windows Forms Editor
http://ironpython.codeplex.com/workitem/33038
User jdhardy has updated the issue:
Status has changed from Proposed to Closed.
-----------------
2. [New issue] cPickle.Unpickler unable to load output from cPickle.dumps
http://ironpython.codeplex.com/workitem/33046
User jkarres has proposed the issue:
"IronPython 2.7.3 (2.7.0.40) on .NET 4.0.30319.269 (32-bit)
Type "help", "copyright", "credits" or "license" for more information.
>>> import cPickle, cStringIO
>>> s = cPickle.dumps('\r\n')
>>> f = cStringIO.StringIO(s)
>>> t = cPickle.Unpickler(f).load()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
cPickle.UnpicklingError: invalid opcode: <System.Char object at
0x000000000000002B [\]>"
----------------------------------------------
----------------------------------------------
You are receiving this email because you subscribed to notifications on
CodePlex.
To report a bug, request a feature, or add a comment, visit IronPython Issue
Tracker. You can unsubscribe or change your issue notification settings on
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users