<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 pyexpat module</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_2">2. <span class="tocTitle">[New issue] Add AssemblyFoldersEx paths for other platforms</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_3">3. <span class="tocTitle">[New comment] Add AssemblyFoldersEx paths for other platforms</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_4">4. <span class="tocTitle">[New issue] CallingDotNet example fails</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_5">5. <span class="tocTitle">[New comment] CallingDotNet example fails</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] Implement pyexpat module</span> <a href="http://ironpython.codeplex.com/workitem/20023">view online</a></div><p>User slide_o_mix has commented on the issue:</p><p>"Initial implementatiton in 8446d8b"</p></div><div class="topic"><a name="toc_issue_2"></a><div class="topicHeader"><span class="topicTitle">2. [New issue] Add AssemblyFoldersEx paths for other platforms</span> <a href="http://ironpython.codeplex.com/workitem/32749">view online</a></div><p>User jdhardy has proposed the issue:</p><p>"Currently only .NET 4 projects can use the &#34;Add Reference&#34; dialog to add assemblies when IronPython is installed. Other project types have similar capabilities, so they should be supported as well.<br /><br />.NET 2&#58;<br />HKLM&#92;SOFTWARE&#92;Microsoft&#92;.NETFramework&#92;v2.0.50727<br /><br />Silverlight&#58;<br />HKLM&#92;SOFTWARE&#92;Microsoft&#92;Microsoft SDKs&#92;Silverlight&#92;v4.0<br />HKLM&#92;SOFTWARE&#92;Microsoft&#92;Microsoft SDKs&#92;Silverlight&#92;v5.0<br /><br />WP7.1&#58;<br />HKLM&#92;SOFTWARE&#92;Microsoft&#92;Microsoft SDKs&#92;Silverlight for WindowsPhone&#92;v4.0"</p></div><div class="topic"><a name="toc_issue_3"></a><div class="topicHeader"><span class="topicTitle">3. [New comment] Add AssemblyFoldersEx paths for other platforms</span> <a href="http://ironpython.codeplex.com/workitem/32749">view online</a></div><p>User jdhardy has commented on the issue:</p><p>"One issue is that, because AssemblyFoldersEx specifies the minimum assembly version, Silverlight 5 projects show all of the assemblies twice &#40;once for SL4 and once for SL5&#41;. However, IronPython uses the same assembly version for all platforms. That&#39;s unfortunate, but changing it now would be a breaking change."</p></div><div class="topic"><a name="toc_issue_4"></a><div class="topicHeader"><span class="topicTitle">4. [New issue] CallingDotNet example fails</span> <a href="http://ironpython.codeplex.com/workitem/32742">view online</a></div><p>User at1087 has proposed the issue:</p><p>"The sample code for Calling Dot.Net fails &#40;&#39;CallingDotNet&#39; object has no attribute &#39;Foo&#39;&#41;<br />IronPython 2.7.3.1, 2.7.2.1 and 2.6.1 all failed the same way.<br />IronPython 2.0.1 works just fine.<br /><br />code&#58;<br />  static void Main&#40;string&#91;&#93; args&#41;<br />        &#123;<br />            var engine &#61; Python.CreateEngine&#40;&#41;&#59;<br />            var scope &#61; engine.CreateScope&#40;&#41;&#59;<br /><br />            scope.SetVariable&#40;&#34;my_object_model&#34;, new CallingDotNet&#40;&#41;&#41;&#59;<br /><br /><br />&#47;&#47; the following line fails with  &#39;CallingDotNet&#39; object has no attribute &#39;Foo&#39;&#41; engine.CreateScriptSourceFromString&#40;&#34;my_object_model.Foo&#40;42&#41;&#34;&#41;.Execute&#40;scope&#41;&#59;<br /><br />        &#125;"</p></div><div class="topic"><a name="toc_issue_5"></a><div class="topicHeader"><span class="topicTitle">5. [New comment] CallingDotNet example fails</span> <a href="http://ironpython.codeplex.com/workitem/32742">view online</a></div><p>User slide_o_mix has commented on the issue:</p><p>"Where is the sample code you&#39;re describing&#63;"</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>