<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">[Status update] Ironpython 2.7.1 on Windows 7 64bit Machines</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_2">2. <span class="tocTitle">[New comment] zlib fails to compress an empty string</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_3">3. <span class="tocTitle">[New issue] Separate compiling and linking in pyc.py</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_4">4. <span class="tocTitle">[New comment] Incompat&#58; Cannot use re module on bytearray objects</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_5">5. <span class="tocTitle">[New comment] Incompat&#58; Cannot use re module on bytearray objects</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_6">6. <span class="tocTitle">[New comment] Patch for pyc.py</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_7">7. <span class="tocTitle">[New comment] Patch for pyc.py</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_8">8. <span class="tocTitle">[New comment] Patch for pyc.py</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_9">9. <span class="tocTitle">[New comment] Patch for pyc.py</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_10">10. <span class="tocTitle">[New comment] Fatal app exit on import uuid</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. [Status update] Ironpython 2.7.1 on Windows 7 64bit Machines</span> <a href="http://ironpython.codeplex.com/workitem/31918">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Proposed to Closed with the following comment, <br /><br />"I installed a Simplified Chinese VM and then installed IronPython 2.7.1 and had no issues."</p></div><div class="topic"><a name="toc_issue_2"></a><div class="topicHeader"><span class="topicTitle">2. [New comment] zlib fails to compress an empty string</span> <a href="http://ironpython.codeplex.com/workitem/31976">view online</a></div><p>User slide_o_mix has commented on the issue:</p><p>"Fixed in 47023a0  "</p></div><div class="topic"><a name="toc_issue_3"></a><div class="topicHeader"><span class="topicTitle">3. [New issue] Separate compiling and linking in pyc.py</span> <a href="http://ironpython.codeplex.com/workitem/32384">view online</a></div><p>User ned14 has proposed the issue:</p><p>"Is there any chance of being able to separate the compiling and linking processes&#63; So, you&#39;d compile all the python standard library into a single DLL. You&#39;d then link that into your current compiland. This would be far, far faster than the present method. And if SharpDevelop can do it, it is surely possible."</p></div><div class="topic"><a name="toc_issue_4"></a><div class="topicHeader"><span class="topicTitle">4. [New comment] Incompat&#58; Cannot use re module on bytearray objects</span> <a href="http://ironpython.codeplex.com/workitem/21362">view online</a></div><p>User slide_o_mix has commented on the issue:</p><p>"Fixed in 7f4d969"</p></div><div class="topic"><a name="toc_issue_5"></a><div class="topicHeader"><span class="topicTitle">5. [New comment] Incompat&#58; Cannot use re module on bytearray objects</span> <a href="http://ironpython.codeplex.com/workitem/21362">view online</a></div><p>User slide_o_mix has commented on the issue:</p><p>"Fixed in 7f4d969"</p></div><div class="topic"><a name="toc_issue_6"></a><div class="topicHeader"><span class="topicTitle">6. [New comment] Patch for pyc.py</span> <a href="http://ironpython.codeplex.com/workitem/32372">view online</a></div><p>User slide_o_mix has commented on the issue:</p><p>"I actually decided to implement this a bit differently. I am implementing response files. You will be able to specify &#64;respfile on the command line and it can contain either command line args or files."</p></div><div class="topic"><a name="toc_issue_7"></a><div class="topicHeader"><span class="topicTitle">7. [New comment] Patch for pyc.py</span> <a href="http://ironpython.codeplex.com/workitem/32372">view online</a></div><p>User ned14 has commented on the issue:</p><p>"Response files are a good idea. Mine was just a quick fix to solve command line limits.<br /><br />Is there any chance of being able to separate the compiling and linking processes&#63; So, you&#39;d compile all the python standard library into a single DLL. You&#39;d then link that into your current compiland. This would be far, far faster than the present method. And if SharpDevelop can do it, it is surely possible.<br /><br />Niall<br />"</p></div><div class="topic"><a name="toc_issue_8"></a><div class="topicHeader"><span class="topicTitle">8. [New comment] Patch for pyc.py</span> <a href="http://ironpython.codeplex.com/workitem/32372">view online</a></div><p>User slide_o_mix has commented on the issue:</p><p>"Please open a separate issue for that."</p></div><div class="topic"><a name="toc_issue_9"></a><div class="topicHeader"><span class="topicTitle">9. [New comment] Patch for pyc.py</span> <a href="http://ironpython.codeplex.com/workitem/32372">view online</a></div><p>User slide_o_mix has commented on the issue:</p><p>"Please try this version which implements response files and let me know if it works for you. If so, I&#39;ll commit and push."</p></div><div class="topic"><a name="toc_issue_10"></a><div class="topicHeader"><span class="topicTitle">10. [New comment] Fatal app exit on import uuid</span> <a href="http://ironpython.codeplex.com/workitem/32355">view online</a></div><p>User jdhardy has commented on the issue:</p><p>"I can&#39;t reproduce this on my Win7 x64 box - import uuid works just fine. Is there anything else about your setup that&#39;s odd&#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>