[IronPython] Regression with Beta9?

Lee Culver t-clacul at microsoft.com
Fri Jul 14 05:17:15 CEST 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: <http://mail.python.org/pipermail/ironpython-users/attachments/20060713/ee84ee25/attachment.html>


More information about the Ironpython-users mailing list