Hi ironpython,

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

In today's digest:ISSUES

1. [New issue] No SyntaxWarning raised when assertion is always tru

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

ISSUES

1. [New issue] No SyntaxWarning raised when assertion is always tru
http://ironpython.codeplex.com/workitem/34336
User qgi has proposed the issue:

"The following line when executed in IronPython does not trigger a 
SyntaxWarning error:
x = 1
assert(x != 1, "error")

while in Python 2.7 this results in the following SyntaxWarning: 
"SyntaxWarning: assertion is always true, perhaps remove parentheses?""
----------------------------------------------



----------------------------------------------
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]
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to