[Ironpython-users] IronPython, Daily Digest 5/30/2014
CodePlex
no_reply at codeplex.com
Sat May 31 09:21:12 CEST 2014
Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New issue] wrong line dumped out along with warning message
----------------------------------------------
ISSUES
1. [New issue] wrong line dumped out along with warning message
http://ironpython.codeplex.com/workitem/35263
User JozefAlexovic has proposed the issue:
"When issue warning with warnings.warn() function the first line of module is dumped instead of actual warning line. [IronPython 2.7.4 (2.7.0.40) on .NET 4.0.30319.18444 (32-bit)]
module warn.py:
'''
Created on 30 May 2014
'''
import warnings
warnings.warn('you have been warned!')
running this module with ipy leads to:
warnings.py:1: UserWarning: you have been warned!
'''
while runing it with python:
warnings.py:5: UserWarning: you have been warned!
warnings.warn('you have been warned!')
"
----------------------------------------------
----------------------------------------------
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/20140531/f980fb2a/attachment.html>
More information about the Ironpython-users
mailing list