<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] compile('#foo\n', '<stdin>', 'single') throws null ref exception</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_2">2. <span class="tocTitle">[New comment] compile('#foo\n', '<stdin>', 'single') throws null ref exception</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_3">3. <span class="tocTitle">[Status update] compile('#foo\n', '<stdin>', 'single') throws null ref exception</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_4">4. <span class="tocTitle">[New comment] compile('#foo\n', '<stdin>', 'single') throws null ref exception</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_5">5. <span class="tocTitle">[New comment] csv.writer ignores given lineterminator</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_6">6. <span class="tocTitle">[New comment] reading a file using codecs can fail</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_7">7. <span class="tocTitle">[New comment] name of the second argument to int() should be 'base' not 'radix'</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_8">8. <span class="tocTitle">[New comment] int() got an unexpected keyword argument 'base' error at line 803 in pdf.py when using Py2PDF2</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_9">9. <span class="tocTitle">[Status update] int() got an unexpected keyword argument 'base' error at line 803 in pdf.py when using Py2PDF2</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. [Status update] compile('#foo\n', '<stdin>', 'single') throws null ref exception</span> <a href="http://ironpython.codeplex.com/workitem/30940">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 />"Identical duplicate of [workitem:30941]."</p></div><div class="topic"><a name="toc_issue_2"></a><div class="topicHeader"><span class="topicTitle">2. [New comment] compile('#foo\n', '<stdin>', 'single') throws null ref exception</span> <a href="http://ironpython.codeplex.com/workitem/30940">view online</a></div><p>User jdhardy has commented on the issue:</p><p>"Identical duplicate of [workitem:30941].<br />
<br />
** Closed by jdhardy 19/03/2014 1:17 PM"</p></div><div class="topic"><a name="toc_issue_3"></a><div class="topicHeader"><span class="topicTitle">3. [Status update] compile('#foo\n', '<stdin>', 'single') throws null ref exception</span> <a href="http://ironpython.codeplex.com/workitem/30940">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Proposed.<br /><br /></p></div><div class="topic"><a name="toc_issue_4"></a><div class="topicHeader"><span class="topicTitle">4. [New comment] compile('#foo\n', '<stdin>', 'single') throws null ref exception</span> <a href="http://ironpython.codeplex.com/workitem/30940">view online</a></div><p>User jdhardy has commented on the issue:</p><p>"<p>Fixed in 2ae3f5b.</p>"</p></div><div class="topic"><a name="toc_issue_5"></a><div class="topicHeader"><span class="topicTitle">5. [New comment] csv.writer ignores given lineterminator</span> <a href="http://ironpython.codeplex.com/workitem/33627">view online</a></div><p>User jdhardy has commented on the issue:</p><p>"<p>Fixed in c8537e9.</p>"</p></div><div class="topic"><a name="toc_issue_6"></a><div class="topicHeader"><span class="topicTitle">6. [New comment] reading a file using codecs can fail</span> <a href="http://ironpython.codeplex.com/workitem/34951">view online</a></div><p>User jdhardy has commented on the issue:</p><p>"<p>Fixed in edd1cc4edf82ad137b8c9534d992a806325d18a7.</p>"</p></div><div class="topic"><a name="toc_issue_7"></a><div class="topicHeader"><span class="topicTitle">7. [New comment] name of the second argument to int() should be 'base' not 'radix'</span> <a href="http://ironpython.codeplex.com/workitem/35048">view online</a></div><p>User jdhardy has commented on the issue:</p><p>"<p>Fixed in a44e9c9.</p>"</p></div><div class="topic"><a name="toc_issue_8"></a><div class="topicHeader"><span class="topicTitle">8. [New comment] int() got an unexpected keyword argument 'base' error at line 803 in pdf.py when using Py2PDF2</span> <a href="http://ironpython.codeplex.com/workitem/35050">view online</a></div><p>User paweljasinski has commented on the issue:</p><p>"<p>Sorry, I have silently made an issue for the bug. <br>https://ironpython.codeplex.com/workitem/35048</p>"</p></div><div class="topic"><a name="toc_issue_9"></a><div class="topicHeader"><span class="topicTitle">9. [Status update] int() got an unexpected keyword argument 'base' error at line 803 in pdf.py when using Py2PDF2</span> <a href="http://ironpython.codeplex.com/workitem/35050">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 />"Duplicate of [workitem:35048], which will be fixed in 2.7.5."</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>