Re: [IronPython] fepy socket seek

2006-11-17 Thread Dino Viehland
Thanks both of you for looking into this so deeply. Sorry we haven't been more responsive to this - I originally tuned out this thread thinking it wasn't related to the core. I've opened CodePlex bug #5756 for the seekable check (http://www.codeplex.com/WorkItem/View.aspx?ProjectName=IronPytho

Re: [IronPython] exec and star import

2006-11-17 Thread Dino Viehland
Thanks for the bug report! I've opened CodePlex bug 5755 for this (http://www.codeplex.com/WorkItem/View.aspx?ProjectName=IronPython&WorkItemId=5755). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo Sent: Friday, November 17, 2006 1:33 AM T

[IronPython] exec and star import

2006-11-17 Thread Sanghyeon Seo
How to reproduce: # a.py d = {} exec 'from b import *' in d print d['b'] # b.py b = 1 Run a.py with CPython and IronPython. -- Seo Sanghyeon ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.c