Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New comment] bool value conversion malfunctions with Iron python libraries
----------------------------------------------
ISSUES
1. [New comment] bool value conversion malfunctions with Iron python libraries
http://ironpython.codeplex.com/workitem/33181
User bhadra has commented on the issue:
"
is compares identity. None is not identical to True or False. So "ip_bool is
not True" will evaluate to True and "ip_bool is not False" will evaluate to
True. the standard Python function bool evaluates a Boolean expression.
[Reference: http://stackoverflow.com/questions/5119709/python-true-false]
So bool value conversion does not malfunction in IronPython.
I suggest that you close the issue.
"
----------------------------------------------
----------------------------------------------
You are receiving this email because you subscribed to notifications on
CodePlex.
To report a bug, request a feature, or add a comment, visit IronPython Issue
Tracker. You can unsubscribe or change your issue notification settings on
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users