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.
_______________________________________________
Ironpython-users mailing list
[email protected]
https://mail.python.org/mailman/listinfo/ironpython-users