Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New issue] Unhelpful error message for sequence multiplication by non-int
----------------------------------------------
ISSUES
1. [New issue] Unhelpful error message for sequence multiplication by non-int
http://ironpython.codeplex.com/workitem/33034
User jkarres has proposed the issue:
"IronPython 2.7.3 (2.7.0.40) on .NET 4.0.30319.269 (32-bit)
Type "help", "copyright", "credits" or "license" for more information.
>>> [None] * '2'
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: object cannot be interpreted as an index
Compare this to what I get from cPython:
TypeError: can't multiply sequence by non-int of type 'str'"
----------------------------------------------
----------------------------------------------
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