<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] 2.7.2.1 &#34;load language&#34; problem</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_2">2. <span class="tocTitle">[New issue] comparison is not always compatible with CPython</span>&nbsp;<span class="anchorMarker">&darr;</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] 2.7.2.1 &#34;load language&#34; problem</span> <a href="http://ironpython.codeplex.com/workitem/32452">view online</a></div><p>User becio has commented on the issue:</p><p>"I uninstalled IronRuby then installed again this package and all things went ok. <br /><br />DLL hell is still here, please check the strong names of incompatible dlls."</p></div><div class="topic"><a name="toc_issue_2"></a><div class="topicHeader"><span class="topicTitle">2. [New issue] comparison is not always compatible with CPython</span> <a href="http://ironpython.codeplex.com/workitem/32513">view online</a></div><p>User slide_o_mix has proposed the issue:</p><p>"On CPython this code prints &#34;Pass&#34; and on IronPython it prints &#34;Fail&#34;. <br /><br /><br />import bisect<br /><br />class CmpErr&#58;<br />    &#34;Dummy element that always raises an error during comparison&#34;<br />    def __cmp__&#40;self, other&#41;&#58;<br />        raise ZeroDivisionError<br />&#9;&#9;<br />seq &#61; &#91;CmpErr&#40;&#41;, CmpErr&#40;&#41;, CmpErr&#40;&#41;&#93;<br /><br />try&#58;<br />    bisect.bisect_left&#40;seq, 10&#41;<br />except ZeroDivisionError&#58;<br />&#9;print &#34;Pass&#34;<br />else&#58;<br />&#9;print &#34;Fail&#34;<br /><br />It looks like the comparison code that is generated is not doing the correct thing compared to the rich comparison in CPython."</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="https://ironpython.codeplex.com/subscriptions/workitem/project/edit">unsubscribe or change your issue notification settings</a> on CodePlex.com.</p></div></div></body></html>