[IronPython] Printing Exceptions

Yasir Alvi yalvi at exchange.microsoft.com
Wed May 10 18:49:56 CEST 2006


        Thanks for the bug report!  We will try to fix this for our next Beta.

Yasir

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Michael Foord
Sent: Wednesday, May 10, 2006 8:57 AM
To: Discussion of IronPython
Subject: [IronPython] Printing Exceptions

Hello all,

Ok, so this one is trivial - but you never know, it might turn up
elsewhere in another guise. :-)

CPython

 >>> print '%s' % Exception()

 >>>

IronPython Beta 6

 >>> print '%s' % Exception()
None
 >>>

All the best,


Michael Foord
http://www.resolversystems.com
_______________________________________________
users mailing list
users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list