[Ironpython-users] Exception handling in VS 2008

2012-02-05 Thread Cash
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)

[Ironpython-users] IronPython, Daily Digest 2/4/2012

2012-02-05 Thread no_reply
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 --