Jeff wrote: > > > > I think events were an oversight - of course we could just make the > > decision to relax this and bring in the value of the property at the > > time of import *. If it changes you lose. > > Which is what happens when it's imported explicitly, correct? In that case I > think it's worthwhile to match them up.
It is what happens when you import them explicitly, but they do technically match up as well because we add the fake __all__ attribute which excludes properties :) _______________________________________________ Ironpython-users mailing list [email protected] http://mail.python.org/mailman/listinfo/ironpython-users
