[Ironpython-users] IronPython, Daily Digest 8/20/2012

no_reply at codeplex.com no_reply at codeplex.com
Tue Aug 21 12:15:05 CEST 2012


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20120821/c610cc2a/attachment.html>


More information about the Ironpython-users mailing list