Hi,

I am using Ipy 2.6 (final).

I tried to do the following code and got some puzzling results:



from System import Int64

x = Int64()

print type(x) == x.GetType() # return True

print type(x) != x.GetType() # also returns True!



Is this a bug or a am I missing something?



Thanks.
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to