On Mon, Jun 20, 2011 at 5:16 AM, Doug Blank <doug.bl...@gmail.com> wrote:
> Yes, indeed. So, my question is: how to get a "public static property"
> to be dynamically included with "from x import *"? You can't mark it
> readonly, right? And it doesn't seem possible without enumerating the
> static items myself and creating __all__. Perhaps a special DLR
> method/setting could be added?

Could you open an issue on CodePlex and attach a self-contained
reproduction (the .cs, and a .py file showing what you expect to
happen)? It could very well be a bug, or a decision that needs to be
revisited.

- Jeff
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to