[IronPython] None == ''
Chris Trimble
trimbo at gmail.com
Wed May 3 18:47:48 CEST 2006
On 5/3/06, Sanghyeon Seo <sanxiyn at gmail.com> wrote:
>
> Oh, not again...
>
> >>> None == ''
> SystemError: Object reference not set to an instance of an object
On the other hand
>>> '' == None
False
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20060503/46013462/attachment.html>
More information about the Ironpython-users
mailing list