Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New issue] "{} in {}" returns False instead of raising TypeError

----------------------------------------------

ISSUES

1. [New issue] "{} in {}" returns False instead of raising TypeError
http://ironpython.codeplex.com/workitem/35348
User ysitu has proposed the issue:

"IronPython 2.7.5b2 (2.7.5.0) on .NET 4.0.30319.34014 (64-bit)
Type "help", "copyright", "credits" or "license" for more information.
>>> {} in {}
False

This is inconsistent with CPython:
Python 2.7.6 (default, Mar 22 2014, 22:59:38) 
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> {} in {}
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: unhashable type: 'dict'

See http://bugs.python.org/issue18510.";
----------------------------------------------



----------------------------------------------
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
https://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to