[IronPython] exec and star import

Dino Viehland dinov at exchange.microsoft.com
Fri Nov 17 18:52:16 CET 2006


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: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] 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
users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list