[Ironpython-users] IronPython, Daily Digest 7/3/2014

CodePlex no_reply at codeplex.com
Fri Jul 4 09:26:14 CEST 2014


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20140704/04f80f8d/attachment.html>


More information about the Ironpython-users mailing list