[IronPython] Regression with Beta9?
Lee Culver
t-clacul at microsoft.com
Thu Jul 13 20:17:15 PDT 2006
This seems to not work anymore:
>>> import clr
>>> HasAttr
Traceback (most recent call last):
File , line 0, in <stdin>##9
NameError: name 'HasAttr' not defined
Whereas under Beta8 it worked fine... Is this intentional? If so, this
seems a bit weird that it's still in __builtins__:
>>> __builtins__.HasAttr
<built-in function HasAttr>
Thanks
-Lee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/users-ironpython.com/attachments/20060713/ee84ee25/attachment.html
More information about the users
mailing list