|
Thanks for the bug report. We’ll
add it to the list to fix. I assume that you know that you can do this as
a work-around: property(_getValue,
None, None, “This is doc”) The unhandled exception change is my
fault. I made the change because it makes debugging IronPython
applications within visual studio much nicer since you can break at the point
at which an unhandled exception is thrown. I didn’t believe this
would be a problem for folks since my personal development style very rarely
directly runs scripts. I’m either working within the interactive
console using import, reload and execfile or I’m working inside of VS.
This also came up as I was adding some support for simple static compilation
and I think this is the right behavior for Python code compiled to a single
.exe. However, I think your right that this is a
mistake for simple cases of “IronPythonConsole foo.py” and we
should revert to the old behavior for 0.9.5 while adding a flag to enable the
new behavior inside of a debugger like VS. Thanks for the two bugs - Jim From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Doty I'm sorry if this is a known limitation, but the following doesn't work
with IronPython 0.9.3: |
_______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
