<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] Trivial: Light Grey Text in ipy when running on Linux or Solaris</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_2">2. <span class="tocTitle">[Status update] Source code encoding is not working correctly</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_3">3. <span class="tocTitle">[Status update] Cleanup "Windows Form Tutorial"; making it more Pythonic</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_4">4. <span class="tocTitle">[Status update] Still doesn't recognise *valid* PEP0263 codings in source files</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_5">5. <span class="tocTitle">[Status update] Create a FULLY StandAlone ".exe" binary?</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_6">6. <span class="tocTitle">[Status update] Incompat: Cannot use re module on bytearray objects</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_7">7. <span class="tocTitle">[Status update] Implement _bisect module</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_8">8. <span class="tocTitle">[Status update] Implement winsound module</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_9">9. <span class="tocTitle">[Status update] Implement bz2 module</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_10">10. <span class="tocTitle">[Status update] Trivial: isdigit() return "False" in IronPython with unicode object from u'\u2460' to u'\u2468'</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_11">11. <span class="tocTitle">[Status update] AttributeError: 'struct_time' object has no attribute 'n_fields'</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_12">12. <span class="tocTitle">[Status update] _ssl.RAND_add(x, y) should throw TypeError when x=None</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_13">13. <span class="tocTitle">[Status update] Exception().__doc__ different from CPython</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_14">14. <span class="tocTitle">[Status update] Pyc.py and FolderBrowserDialog</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_15">15. <span class="tocTitle">[Status update] Hashing objects can not be created from bytearrays with 2.7</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_16">16. <span class="tocTitle">[Status update] StackOverflowException when subclassing dict.add and dict.__setitem__</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_17">17. <span class="tocTitle">[Status update] Compatibility: IronPython does not allow space before coding declaration</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_18">18. <span class="tocTitle">[Status update] sys.args[0] dissapears in ipy-script compiled with pyc.py</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_19">19. <span class="tocTitle">[Status update] [2.7 Beta 2] deepcopy(time(9, 0)) != time(9, 0)</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_20">20. <span class="tocTitle">[Status update] NullReference bug report</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_21">21. <span class="tocTitle">[Status update] zlib fails to compress an empty string</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_22">22. <span class="tocTitle">[Status update] zipimport adding an extra newline to the end of every line of imported source on windows</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_23">23. <span class="tocTitle">[Status update] Patch for pyc.py</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_24">24. <span class="tocTitle">[Status update] ast module is broken - TypeError: object.__new__() takes no parameters</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_25">25. <span class="tocTitle">[Status update] 2.7.2.1: ast.py fails on Lib/subprocess.py</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_26">26. <span class="tocTitle">[Status update] 2.7.2.1 "load language" problem</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_27">27. <span class="tocTitle">[Status update] compile does not accept AST object</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_28">28. <span class="tocTitle">[Status update] Duplicate key in dict</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_29">29. <span class="tocTitle">[Status update] IronPython engine fails to load under Silverlight (MethodAccessException)</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_30">30. <span class="tocTitle">[Status update] Occasional build error for Silverlight targets</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_31">31. <span class="tocTitle">[Status update] signal module does not work on non-Windows machines</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_32">32. <span class="tocTitle">[Status update] Add AssemblyFoldersEx paths for other platforms</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_33">33. <span class="tocTitle">[Status update] PEP 421 -- Adding sys.implementation</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_34">34. <span class="tocTitle">[Status update] IronPython coding obeys PEP0263, inconsistent with Emacs</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_35">35. <span class="tocTitle">[Status update] SQLite: InterfaceError: Unable to bind parameter 1 - unsupported type</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_36">36. <span class="tocTitle">[Status update] sys.stdout.isatty() always returns True</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_37">37. <span class="tocTitle">[Status update] Lower casing non-ASCII characters does not work</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_38">38. <span class="tocTitle">[Status update] introduce support for readline module (raw input)</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_39">39. <span class="tocTitle">[Status update] match cpython behaviour - types.ModuleType()</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_40">40. <span class="tocTitle">[Status update] locale.setlocale does not detect/set default user locale</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_41">41. <span class="tocTitle">[Status update] TypeError: instancemethod.__cmp__(x,y) requires y to be a 'instancemethod', not a ...</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_42">42. <span class="tocTitle">[Status update] super() does not preserve class</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_43">43. <span class="tocTitle">[Status update] struct.pack not threadsafe</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_44">44. <span class="tocTitle">[Status update] ast: elif is missing lineno and col_offset attributes</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_45">45. <span class="tocTitle">[Status update] 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. [Status update] Trivial: Light Grey Text in ipy when running on Linux or Solaris</span> <a href="http://ironpython.codeplex.com/workitem/3825">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_2"></a><div class="topicHeader"><span class="topicTitle">2. [Status update] Source code encoding is not working correctly</span> <a href="http://ironpython.codeplex.com/workitem/18637">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_3"></a><div class="topicHeader"><span class="topicTitle">3. [Status update] Cleanup "Windows Form Tutorial"; making it more Pythonic</span> <a href="http://ironpython.codeplex.com/workitem/19488">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_4"></a><div class="topicHeader"><span class="topicTitle">4. [Status update] Still doesn't recognise *valid* PEP0263 codings in source files</span> <a href="http://ironpython.codeplex.com/workitem/19861">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_5"></a><div class="topicHeader"><span class="topicTitle">5. [Status update] Create a FULLY StandAlone ".exe" binary?</span> <a href="http://ironpython.codeplex.com/workitem/20621">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_6"></a><div class="topicHeader"><span class="topicTitle">6. [Status update] Incompat: 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 updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_7"></a><div class="topicHeader"><span class="topicTitle">7. [Status update] Implement _bisect module</span> <a href="http://ironpython.codeplex.com/workitem/21392">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_8"></a><div class="topicHeader"><span class="topicTitle">8. [Status update] Implement winsound module</span> <a href="http://ironpython.codeplex.com/workitem/21405">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_9"></a><div class="topicHeader"><span class="topicTitle">9. [Status update] Implement bz2 module</span> <a href="http://ironpython.codeplex.com/workitem/21412">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_10"></a><div class="topicHeader"><span class="topicTitle">10. [Status update] Trivial: isdigit() return "False" in IronPython with unicode object from u'\u2460' to u'\u2468'</span> <a href="http://ironpython.codeplex.com/workitem/23855">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_11"></a><div class="topicHeader"><span class="topicTitle">11. [Status update] AttributeError: 'struct_time' object has no attribute 'n_fields'</span> <a href="http://ironpython.codeplex.com/workitem/23861">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_12"></a><div class="topicHeader"><span class="topicTitle">12. [Status update] _ssl.RAND_add(x, y) should throw TypeError when x=None</span> <a href="http://ironpython.codeplex.com/workitem/24276">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_13"></a><div class="topicHeader"><span class="topicTitle">13. [Status update] Exception().__doc__ different from CPython</span> <a href="http://ironpython.codeplex.com/workitem/25155">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_14"></a><div class="topicHeader"><span class="topicTitle">14. [Status update] Pyc.py and FolderBrowserDialog</span> <a href="http://ironpython.codeplex.com/workitem/27118">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_15"></a><div class="topicHeader"><span class="topicTitle">15. [Status update] Hashing objects can not be created from bytearrays with 2.7</span> <a href="http://ironpython.codeplex.com/workitem/27903">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_16"></a><div class="topicHeader"><span class="topicTitle">16. [Status update] 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 updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_17"></a><div class="topicHeader"><span class="topicTitle">17. [Status update] Compatibility: IronPython does not allow space before coding declaration</span> <a href="http://ironpython.codeplex.com/workitem/29193">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_18"></a><div class="topicHeader"><span class="topicTitle">18. [Status update] sys.args[0] dissapears in ipy-script compiled with pyc.py</span> <a href="http://ironpython.codeplex.com/workitem/30263">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_19"></a><div class="topicHeader"><span class="topicTitle">19. [Status update] [2.7 Beta 2] deepcopy(time(9, 0)) != time(9, 0)</span> <a href="http://ironpython.codeplex.com/workitem/30274">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_20"></a><div class="topicHeader"><span class="topicTitle">20. [Status update] NullReference bug report</span> <a href="http://ironpython.codeplex.com/workitem/31621">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_21"></a><div class="topicHeader"><span class="topicTitle">21. [Status update] 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 updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_22"></a><div class="topicHeader"><span class="topicTitle">22. [Status update] zipimport adding an extra newline to the end of every line of imported source on windows</span> <a href="http://ironpython.codeplex.com/workitem/32335">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_23"></a><div class="topicHeader"><span class="topicTitle">23. [Status update] Patch for pyc.py</span> <a href="http://ironpython.codeplex.com/workitem/32372">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_24"></a><div class="topicHeader"><span class="topicTitle">24. [Status update] ast module is broken - TypeError: object.__new__() takes no parameters</span> <a href="http://ironpython.codeplex.com/workitem/32408">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_25"></a><div class="topicHeader"><span class="topicTitle">25. [Status update] 2.7.2.1: ast.py fails on Lib/subprocess.py</span> <a href="http://ironpython.codeplex.com/workitem/32446">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_26"></a><div class="topicHeader"><span class="topicTitle">26. [Status update] 2.7.2.1 "load language" problem</span> <a href="http://ironpython.codeplex.com/workitem/32452">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_27"></a><div class="topicHeader"><span class="topicTitle">27. [Status update] compile does not accept AST object</span> <a href="http://ironpython.codeplex.com/workitem/32526">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_28"></a><div class="topicHeader"><span class="topicTitle">28. [Status update] Duplicate key in dict</span> <a href="http://ironpython.codeplex.com/workitem/32527">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_29"></a><div class="topicHeader"><span class="topicTitle">29. [Status update] IronPython engine fails to load under Silverlight (MethodAccessException)</span> <a href="http://ironpython.codeplex.com/workitem/32596">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_30"></a><div class="topicHeader"><span class="topicTitle">30. [Status update] Occasional build error for Silverlight targets</span> <a href="http://ironpython.codeplex.com/workitem/32602">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_31"></a><div class="topicHeader"><span class="topicTitle">31. [Status update] signal module does not work on non-Windows machines</span> <a href="http://ironpython.codeplex.com/workitem/32627">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_32"></a><div class="topicHeader"><span class="topicTitle">32. [Status update] Add AssemblyFoldersEx paths for other platforms</span> <a href="http://ironpython.codeplex.com/workitem/32749">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_33"></a><div class="topicHeader"><span class="topicTitle">33. [Status update] PEP 421 -- Adding sys.implementation</span> <a href="http://ironpython.codeplex.com/workitem/32786">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_34"></a><div class="topicHeader"><span class="topicTitle">34. [Status update] IronPython coding obeys PEP0263, inconsistent with Emacs</span> <a href="http://ironpython.codeplex.com/workitem/32856">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_35"></a><div class="topicHeader"><span class="topicTitle">35. [Status update] SQLite: InterfaceError: Unable to bind parameter 1 - unsupported type</span> <a href="http://ironpython.codeplex.com/workitem/32884">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_36"></a><div class="topicHeader"><span class="topicTitle">36. [Status update] sys.stdout.isatty() always returns True</span> <a href="http://ironpython.codeplex.com/workitem/33123">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_37"></a><div class="topicHeader"><span class="topicTitle">37. [Status update] Lower casing non-ASCII characters does not work</span> <a href="http://ironpython.codeplex.com/workitem/33133">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_38"></a><div class="topicHeader"><span class="topicTitle">38. [Status update] introduce support for readline module (raw input)</span> <a href="http://ironpython.codeplex.com/workitem/33164">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_39"></a><div class="topicHeader"><span class="topicTitle">39. [Status update] match cpython behaviour - types.ModuleType()</span> <a href="http://ironpython.codeplex.com/workitem/33173">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_40"></a><div class="topicHeader"><span class="topicTitle">40. [Status update] locale.setlocale does not detect/set default user locale</span> <a href="http://ironpython.codeplex.com/workitem/33220">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_41"></a><div class="topicHeader"><span class="topicTitle">41. [Status update] TypeError: instancemethod.__cmp__(x,y) requires y to be a 'instancemethod', not a ...</span> <a href="http://ironpython.codeplex.com/workitem/33622">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_42"></a><div class="topicHeader"><span class="topicTitle">42. [Status update] super() does not preserve class</span> <a href="http://ironpython.codeplex.com/workitem/33663">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_43"></a><div class="topicHeader"><span class="topicTitle">43. [Status update] struct.pack not threadsafe</span> <a href="http://ironpython.codeplex.com/workitem/33720">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_44"></a><div class="topicHeader"><span class="topicTitle">44. [Status update] 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 updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></p></div><div class="topic"><a name="toc_issue_45"></a><div class="topicHeader"><span class="topicTitle">45. [Status update] PythonDictionary.Contains(KeyValuePair) doesn't check value</span> <a href="http://ironpython.codeplex.com/workitem/33904">view online</a></div><p>User jdhardy has updated the issue:</p><p>Status has changed from Closed to Resolved.<br /><br /></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>