<html><head><style type="text/css" media="screen">Body{font-family: Verdana;font-size:.75em;}h4{font-size:.9em;}a{color: #3a62a6;}.digest .toc {margin-bottom: 15px; padding-bottom:8px; border-bottom: 1px solid #ccc;}.digest .tocItem {margin-bottom: 15px;}.tocItem a{color:#000;text-decoration: none;}.tocItem a:hover{color: #3a62a6;text-decoration: underline;}.topic{padding-bottom: 8px;margin-bottom: 20px; border-bottom: 1px solid #ccc;}.topicHeader{margin-bottom:10px;}.topicTitle{font-weight: bold;}.replies p{margin:0;padding:0;}.replies hr{width: 15%;text-align: left;margin: 0 auto 5px 0;border: none 0;border-top: 1px solid #ccc;height: 1px;}.reply{margin-bottom: 6px;padding-bottom: 4px;}.anchorMarker{color: #3a62a6;}.footer{color: gray;}</style></head><body><div class="digest"><p>Hi ironpython,</p><p>Here's your Daily Digest of new issues for project "<a href="http://ironpython.codeplex.com/">IronPython</a>".</p><p>In today's digest:</p><h4>ISSUES</h4><div class="toc"><div class="tocItem"><a href="#toc_issue_1">1. <span class="tocTitle">[New comment] Implement rest of sys module</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_2">2. <span class="tocTitle">[New comment] StackOverflowException when subclassing dict.add and dict.__setitem__</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_3">3. <span class="tocTitle">[New comment] super() does not preserve class</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_4">4. <span class="tocTitle">[New comment] ast: elif is missing lineno and col_offset attributes</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_5">5. <span class="tocTitle">[Status update] TypeError on joining strings with byte array</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_6">6. <span class="tocTitle">[New comment] Conversion from Ironpython's Decimal to System.Decimal loses precision.</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_7">7. <span class="tocTitle">[New comment] using IronPython in .Net 4.5 applications - Homogenous appdomain error</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_8">8. <span class="tocTitle">[New comment] PythonDictionary.Contains(KeyValuePair) doesn't check value</span> <span class="anchorMarker">↓</span></a></div></div><h4>ISSUES</h4><div class="topic"><a name="toc_issue_1"></a><div class="topicHeader"><span class="topicTitle">1. [New comment] Implement rest of sys module</span> <a href="http://ironpython.codeplex.com/workitem/17460">view online</a></div><p>User jdhardy has commented on the issue:</p><p>"<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></div><div class="topic"><a name="toc_issue_2"></a><div class="topicHeader"><span class="topicTitle">2. [New comment] StackOverflowException when subclassing dict.add and dict.__setitem__</span> <a href="http://ironpython.codeplex.com/workitem/28084">view online</a></div><p>User jdhardy has commented on the issue:</p><p>"<p>Fixed in 54d74d6/3839fd7.<"</p></div><div class="topic"><a name="toc_issue_3"></a><div class="topicHeader"><span class="topicTitle">3. [New comment] super() does not preserve class</span> <a href="http://ironpython.codeplex.com/workitem/33663">view online</a></div><p>User jdhardy has commented on the issue:</p><p>"<p>Fixed in 915b8a0/77222c5.<"</p></div><div class="topic"><a name="toc_issue_4"></a><div class="topicHeader"><span class="topicTitle">4. [New comment] ast: elif is missing lineno and col_offset attributes</span> <a href="http://ironpython.codeplex.com/workitem/33725">view online</a></div><p>User jdhardy has commented on the issue:</p><p>"<p>Fix in c761050/efe05b4.<"</p></div><div class="topic"><a name="toc_issue_5"></a><div class="topicHeader"><span class="topicTitle">5. [Status update] TypeError on joining strings with byte array</span> <a href="http://ironpython.codeplex.com/workitem/33807">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Proposed to Closed with the following comment, <br /><br />"I agree with Curt, I think this behaviour will stay the way it is. It's easy enough to work around:<br />
<br />
b'b'.join(bytes(x) for x in ['a', 'c'])"</p></div><div class="topic"><a name="toc_issue_6"></a><div class="topicHeader"><span class="topicTitle">6. [New comment] Conversion from Ironpython's Decimal to System.Decimal loses precision.</span> <a href="http://ironpython.codeplex.com/workitem/33830">view online</a></div><p>User jdhardy has commented on the issue:</p><p>"<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></div><div class="topic"><a name="toc_issue_7"></a><div class="topicHeader"><span class="topicTitle">7. [New comment] using IronPython in .Net 4.5 applications - Homogenous appdomain error</span> <a href="http://ironpython.codeplex.com/workitem/33894">view online</a></div><p>User jdhardy has commented on the issue:</p><p>"<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></div><div class="topic"><a name="toc_issue_8"></a><div class="topicHeader"><span class="topicTitle">8. [New comment] PythonDictionary.Contains(KeyValuePair) doesn't check value</span> <a href="http://ironpython.codeplex.com/workitem/33904">view online</a></div><p>User jdhardy has commented on the issue:</p><p>"<p>Fixed in b836259.<"</p></div><div class="footer"><p>You are receiving this email because you subscribed to notifications on CodePlex.</p><p>To report a bug, request a feature, or add a comment, visit <a href="http://ironpython.codeplex.com/workitem/list/basic">IronPython Issue Tracker</a>. You can <a href="http://ironpython.codeplex.com/subscriptions/workitem/project/edit">unsubscribe or change your issue notification settings</a> on CodePlex.com.</p></div></div></body></html>