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 To: Discussion of IronPython Subject: [IronPython] exec and star import 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 [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
