[IronPython] Equals operator in IronPython beta 6
Freschi Alessandro - Alexide srl
alessandro.freschi at alexide.com
Tue May 16 08:26:26 CEST 2006
Hi all,
After installing IP 1.0 Beta 6 I obtained an error with this commands:
IronPython 1.0.60420 (Beta) on .NET 2.0.50727.42
Copyright (c) Microsoft Corporation. All rights reserved.
>>> None == 'foo'
Traceback (most recent call last):
File , line 0, in input##0
SystemError: Object reference not set to an instance of an object.
>>>
while With IP 1.0 Beta 5 I obtained this result:
IronPython 1.0.2280 (Beta) on .NET 2.0.50727.42
Copyright (c) Microsoft Corporation. All rights reserved.
>>> None == 'aaa'
False
>>>
Is it a bug of beta 6 version?
Alessandro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20060516/4ed7d87a/attachment.html>
More information about the Ironpython-users
mailing list