[Ironpython-users] IronPython, Daily Digest 8/16/2012

no_reply at codeplex.com no_reply at codeplex.com
Fri Aug 17 11:01:40 CEST 2012


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


More information about the Ironpython-users mailing list