[IronPython] exec and star import
Sanghyeon Seo
sanxiyn at gmail.com
Fri Nov 17 10:33:02 CET 2006
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
More information about the Ironpython-users
mailing list