Hi ironpython,

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

In today's digest:ISSUES

1. [New issue] __name__ not set to __main__

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

ISSUES

1. [New issue] __name__ not set to __main__
http://ironpython.codeplex.com/workitem/35322
User paweljasinski has proposed the issue:

"another cpython difference
$ python -c "print __name__"
__main__


$ ipy -c "print __name__"
<module>
"
----------------------------------------------



----------------------------------------------
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
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to