[Ironpython-users] IronPython, Daily Digest 12/8/2011
no_reply at codeplex.com
no_reply at codeplex.com
Fri Dec 9 14:05:29 CET 2011
Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New issue] 2.7.1 Missing Prompts with -i parameter
2. [New issue] IronPython does not support marshaling of python code objects
3. [New comment] IronPython does not support marshaling of python code objects
4. [New comment] Missing projects - build is broken right after download
5. [New comment] AttributeError: 'file' object has no attribute 'readinto',but Cpython has this attribute.
6. [New comment] AttributeError: 'file' object has no attribute 'readinto',but Cpython has this attribute.
7. [Status update] Load a new project error
8. [Status update] Running IronPython on a background thread in Silverlight
----------------------------------------------
ISSUES
1. [New issue] 2.7.1 Missing Prompts with -i parameter
http://ironpython.codeplex.com/workitem/31908
User fdanny has proposed the issue:
"Executing a python script with the -i parameter the prompt message is missing. An example would be ipy.exe -i <fileName.py>, with any python file would reproduce the issue."-----------------
2. [New issue] IronPython does not support marshaling of python code objects
http://ironpython.codeplex.com/workitem/31909
User slide_o_mix has proposed the issue:
"The zipimport test package uses the test_support module which has a method to create a pyc in memory. When IronPython is used, the marshal.dumps method raises a ValueError because the IronPython.Runtime.FunctionCode object is not one that is listed in the marshal.cs file for marshaling."-----------------
3. [New comment] IronPython does not support marshaling of python code objects
http://ironpython.codeplex.com/workitem/31909
User slide_o_mix has commented on the issue:
"Another part of this is that IronPython does not support bytecode, which is used by the marshal module for marshaling code objects."-----------------
4. [New comment] Missing projects - build is broken right after download
http://ironpython.codeplex.com/workitem/28658
User slide_o_mix has commented on the issue:
"Is this still an issue with 2.7?"-----------------
5. [New comment] AttributeError: 'file' object has no attribute 'readinto',but Cpython has this attribute.
http://ironpython.codeplex.com/workitem/23801
User slide_o_mix has commented on the issue:
"This is the doc info for the file.readinto
"readinto() -> Undocumented. Don't use this; it may go away."
For compatibility sake, should implement it, but it probably should not be used."-----------------
6. [New comment] AttributeError: 'file' object has no attribute 'readinto',but Cpython has this attribute.
http://ironpython.codeplex.com/workitem/23801
User slide_o_mix has commented on the issue:
"This looks like its implemented in the latest trunk at least. See _fileio.cs"-----------------
7. [Status update] Load a new project error
http://ironpython.codeplex.com/workitem/30982
User slide_o_mix has updated the issue:
Status has changed from Proposed to Closed with the following comment,
"IronPython Tools are deprecated in favor of PTVS (http://pytools.codeplex.com/)"-----------------
8. [Status update] Running IronPython on a background thread in Silverlight
http://ironpython.codeplex.com/workitem/31224
User slide_o_mix has updated the issue:
Status has changed from Proposed to Closed with the following comment,
"Duplicate of 31223"
----------------------------------------------
----------------------------------------------
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/20111209/2fce95cc/attachment.html>
More information about the Ironpython-users
mailing list