Hi,
I'm getting issues with try / except blocks in VS 2008, particularly with
the following way of catching the errors:
try:
something
except Error as e:
do something with e
When I try this directly from the IPY console it works fine:
>>> try:
... open(fakefile.txt)
Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New comment] Booleans get converted to ints by str.format
2. [New comment] Connot convert directly from System.Decimal to decimal.Decimal
--