[Ironpython-users] IronPython, Daily Digest 1/8/2014

CodePlex no_reply at codeplex.com
Thu Jan 9 09:22:38 CET 2014


Hi ironpython,

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

In today's digest:ISSUES

1. [New issue] Unhandled traceback does not end with newline

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

ISSUES

1. [New issue] Unhandled traceback does not end with newline
http://ironpython.codeplex.com/workitem/34871
User Zooba has proposed the issue:

"When a process exists with an unhandled exception, the traceback does not have a newline at the end. This affects the following line of output or the subsequent prompt. For example:
Traceback (most recent call last):
  File "c:\ . . . \IronPythonApplication1\IronPythonApplication1.py", line 1, in <module>
TypeError: exceptions must be classes, or instances, not strPress any key to continue . . .

Expected:
Traceback (most recent call last):
  File "c:\ . . . \IronPythonApplication1\IronPythonApplication1.py", line 1, in <module>
TypeError: exceptions must be classes, or instances, not str
Press any key to continue . . .
"
----------------------------------------------



----------------------------------------------
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/20140109/35f53a39/attachment.html>


More information about the Ironpython-users mailing list