[Ironpython-users] IronPython, Daily Digest 10/4/2011

no_reply at codeplex.com no_reply at codeplex.com
Wed Oct 5 09:49:41 CEST 2011


Hi ironpython,

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

In today's digest:ISSUES

1. [New issue] "import foo.zap as bar" throws AttributeError instead of ImportError
2. [New issue] Tracing traceback is missing line information for exception
3. [New comment] ssl IE gets disconnected after request, CPython doesn't.

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

ISSUES

1. [New issue] "import foo.zap as bar" throws AttributeError instead of ImportError
http://ironpython.codeplex.com/workitem/31545
User mkorpela has proposed the issue:

"The exception:
AttributeError: 'LightException' object has no attribute 'zap'

The defacto way in python to check if some module is available is:
try:
  import foo.zap as bar
except ImportError:
  bar = my_dummy_function

And this fails on IronPython, because an AttributeError is not an ImportError"-----------------

2. [New issue] Tracing traceback is missing line information for exception
http://ironpython.codeplex.com/workitem/31547
User dinov has proposed the issue:

"Run attached program, on IronPython it outputs:

0
15

On CPython it outputs:

11
15

This is because the traceback exception info is missing line information."-----------------

3. [New comment] ssl IE gets disconnected after request, CPython doesn't.
http://ironpython.codeplex.com/workitem/26852
User jdhardy has commented on the issue:

"Fixed in 4913ead."
----------------------------------------------



----------------------------------------------
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/20111005/a090694c/attachment.html>


More information about the Ironpython-users mailing list