Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New comment] Implement rest of sys module
2. [New comment] StackOverflowException when subclassing dict.add and 
dict.__setitem__
3. [New comment] super() does not preserve class
4. [New comment] ast: elif is missing lineno and col_offset attributes
5. [Status update] TypeError on joining strings with byte array
6. [New comment] Conversion from Ironpython's Decimal to System.Decimal loses 
precision.
7. [New comment] using IronPython in .Net 4.5 applications - Homogenous 
appdomain error
8. [New comment] PythonDictionary.Contains(KeyValuePair) doesn't check value

----------------------------------------------

ISSUES

1. [New comment] Implement rest of sys module
http://ironpython.codeplex.com/workitem/17460
User jdhardy has commented on the issue:

"<p>The list has been reduced to:</p><p>sys.__egginsert <br>sys.__plen 
<br>sys._clear_type_cache <br>sys._current_frames <br>sys.float_repr_style 
<br>sys.getprofile <br>sys.long_info.n_fields 
<br>sys.long_info.n_sequence_fields <br>sys.long_info.n_unnamed_fields 
<br>sys.setprofile <br>sys.version_info.n_fields 
<br>sys.version_info.n_sequence_fields <br>sys.version_info.n_unnamed_fields 
</p><p>Some are easy to add, others are implementation details, and the profile 
functions could take some work.</p"-----------------

2. [New comment] StackOverflowException when subclassing dict.add and 
dict.__setitem__
http://ironpython.codeplex.com/workitem/28084
User jdhardy has commented on the issue:

"<p>Fixed in 54d74d6/3839fd7.</p"-----------------

3. [New comment] super() does not preserve class
http://ironpython.codeplex.com/workitem/33663
User jdhardy has commented on the issue:

"<p>Fixed in 915b8a0/77222c5.</p"-----------------

4. [New comment] ast: elif is missing lineno and col_offset attributes
http://ironpython.codeplex.com/workitem/33725
User jdhardy has commented on the issue:

"<p>Fix in c761050/efe05b4.</p"-----------------

5. [Status update] TypeError on joining strings with byte array
http://ironpython.codeplex.com/workitem/33807
User jdhardy has updated the issue:
Status has changed from Proposed to Closed with the following comment, 

"I agree with Curt, I think this behaviour will stay the way it is. It's easy 
enough to work around:

  b'b'.join(bytes(x) for x in ['a', 'c'])"-----------------

6. [New comment] Conversion from Ironpython's Decimal to System.Decimal loses 
precision.
http://ironpython.codeplex.com/workitem/33830
User jdhardy has commented on the issue:

"<p>This is a little trickier because there's no way (that I've found) to allow 
a Python type to specify conversions to a .NET type.</p"-----------------

7. [New comment] using IronPython in .Net 4.5 applications - Homogenous 
appdomain error
http://ironpython.codeplex.com/workitem/33894
User jdhardy has commented on the issue:

"<p>I'll need a minimal example before I'll be able to debug this, as well as 
which OS and which version(s) of the .NET Framework are 
installed.</p"-----------------

8. [New comment] PythonDictionary.Contains(KeyValuePair) doesn't check value
http://ironpython.codeplex.com/workitem/33904
User jdhardy has commented on the issue:

"<p>Fixed in b836259.</p"
----------------------------------------------



----------------------------------------------
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
[email protected]
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to