+1 ... I like to see the digest, too.<br><br><div class="gmail_quote">On Mon, Jun 27, 2011 at 8:27 AM, Keith Rome <span dir="ltr">&lt;<a href="mailto:rome@wintellect.com">rome@wintellect.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

I don&#39;t mind seeing them.<br>
<font color="#888888"><br>
Keith Rome<br>
Senior Consultant and Architect<br>
MCPD-EAD, MCSD, MCDBA, MCTS-WPF, MCTS-TFS, MCTS-WSS<br>
Wintellect | <a href="tel:770.617.4016" value="+17706174016">770.617.4016</a> | <a href="mailto:krome@wintellect.com">krome@wintellect.com</a><br>
<a href="http://www.wintellect.com" target="_blank">www.wintellect.com</a><br>
</font><div><div></div><div class="h5"><br>
-----Original Message-----<br>
From: ironpython-users-bounces+rome=<a href="http://wintellect.com" target="_blank">wintellect.com</a>@<a href="http://python.org" target="_blank">python.org</a> [mailto:<a href="mailto:ironpython-users-bounces%2Brome">ironpython-users-bounces+rome</a>=<a href="http://wintellect.com" target="_blank">wintellect.com</a>@<a href="http://python.org" target="_blank">python.org</a>] On Behalf Of Jimmy Schementi<br>


Sent: Monday, June 27, 2011 9:46 AM<br>
To: David Fraser<br>
Cc: <a href="mailto:ironpython-users@python.org">ironpython-users@python.org</a><br>
Subject: Re: [Ironpython-users] FW: IronPython, Daily Digest 6/23/2011<br>
<br>
It&#39;s a daily digest of the issues on <a href="http://ironpython.codeplex.com" target="_blank">ironpython.codeplex.com</a>, not of this mailing list. If it&#39;s not of interest we can put it on a smaller dev list.<br>


<br>
~Jimmy<br>
<br>
<br>
On Jun 27, 2011, at 9:21 AM, David Fraser &lt;<a href="mailto:davidf@sjsoft.com">davidf@sjsoft.com</a>&gt; wrote:<br>
<br>
&gt; Yes, me too...<br>
&gt;<br>
&gt; ----- Original Message -----<br>
&gt; From: &quot;Larry Jones&quot; &lt;<a href="mailto:Larry.Jones@aspentech.com">Larry.Jones@aspentech.com</a>&gt;<br>
&gt; To: <a href="mailto:ironpython-users@python.org">ironpython-users@python.org</a><br>
&gt; Sent: Monday, June 27, 2011 3:01:36 PM<br>
&gt; Subject: [Ironpython-users] FW:  IronPython, Daily Digest 6/23/2011<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Hi y’all,<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Is anyone else getting a daily digest in addition to individual emails since moving to the new mailing list?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ---<br>
&gt;<br>
&gt; Larry Jones<br>
&gt; ||| Senior Level Development Engineer<br>
&gt; Aspen Technology, Inc. ||| <a href="tel:%2B1%20281-504-3324" value="+12815043324">+1 281-504-3324</a> ||| fax: <a href="tel:281-584-1062" value="+12815841062">281-584-1062</a> |||<br>
&gt; <a href="http://www.aspentech.com" target="_blank">www.aspentech.com</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; 30th_logo_RGB_ppt.png<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; From: ironpython-users-bounces+larry.jones=<a href="http://aspentech.com" target="_blank">aspentech.com</a>@<a href="http://python.org" target="_blank">python.org</a><br>
&gt; [mailto:<a href="mailto:ironpython-users-bounces%2Blarry.jones">ironpython-users-bounces+larry.jones</a>=<a href="http://aspentech.com" target="_blank">aspentech.com</a>@<a href="http://python.org" target="_blank">python.org</a>]<br>


&gt; On Behalf Of <a href="mailto:no_reply@codeplex.com">no_reply@codeplex.com</a><br>
&gt; Sent: Friday, June 24, 2011 8:38 AM<br>
&gt; To: <a href="mailto:ironpython-users@python.org">ironpython-users@python.org</a><br>
&gt; Subject: [Ironpython-users] IronPython, Daily Digest 6/23/2011<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Hi ironpython,<br>
&gt;<br>
&gt; Here&#39;s your Daily Digest of new issues for project &quot; IronPython &quot;.<br>
&gt;<br>
&gt; In today&#39;s digest: ISSUES<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; 1. [New issue] Cannot create PythonType for generic parameter which<br>
&gt; has interface constraints ↓ ISSUES<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; 1. [New issue] Cannot create PythonType for generic parameter which<br>
&gt; has interface constraints view online<br>
&gt;<br>
&gt; User dinov has proposed the issue:<br>
&gt;<br>
&gt; &quot;<a href="http://pytools.codeplex.com/workitem/243" target="_blank">http://pytools.codeplex.com/workitem/243</a><br>
&gt;<br>
&gt; public class GenericType&lt;T&gt; where T : IEnumerable { public T<br>
&gt; ReturnsGenericParam() { return default(T); } }<br>
&gt;<br>
&gt; Import the type and do:<br>
&gt;<br>
&gt; clr.GetPythonType(clr.GetClrType(GenericType).GetMethod(&#39;ReturnsGeneri<br>
&gt; cParam&#39;).ReturnType)<br>
&gt;<br>
&gt; And this throws:<br>
&gt;<br>
&gt; SystemError: Method must be called on a Type for which Type.IsGenericParameter is false.&quot;<br>
&gt;<br>
&gt;<br>
&gt; You are receiving this email because you subscribed to notifications on CodePlex.<br>
&gt;<br>
&gt; To report a bug, request a feature, or add a comment, visit IronPython Issue Tracker . You can unsubscribe or change your issue notification settings on CodePlex.com.<br>
&gt; ******************************************************************<br>
&gt; This e-mail and any attachments are intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail, you are hereby notified any dissemination, distribution or copying of this email, and any attachments thereto, is strictly prohibited. If you receive this email in error please immediately notify the sender and permanently delete the original copy and any copy of any e-mail, and any printout thereof.<br>


&gt;<br>
&gt; [Text File:ATT336236.txt]<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Ironpython-users mailing list<br>
&gt; <a href="mailto:Ironpython-users@python.org">Ironpython-users@python.org</a><br>
&gt; <a href="http://mail.python.org/mailman/listinfo/ironpython-users" target="_blank">http://mail.python.org/mailman/listinfo/ironpython-users</a><br>
&gt; _______________________________________________<br>
&gt; Ironpython-users mailing list<br>
&gt; <a href="mailto:Ironpython-users@python.org">Ironpython-users@python.org</a><br>
&gt; <a href="http://mail.python.org/mailman/listinfo/ironpython-users" target="_blank">http://mail.python.org/mailman/listinfo/ironpython-users</a><br>
_______________________________________________<br>
Ironpython-users mailing list<br>
<a href="mailto:Ironpython-users@python.org">Ironpython-users@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/ironpython-users" target="_blank">http://mail.python.org/mailman/listinfo/ironpython-users</a><br>
_______________________________________________<br>
Ironpython-users mailing list<br>
<a href="mailto:Ironpython-users@python.org">Ironpython-users@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/ironpython-users" target="_blank">http://mail.python.org/mailman/listinfo/ironpython-users</a><br>
</div></div></blockquote></div><br>