[IronPython] Printing Exceptions

Michael Foord michael.foord at resolversystems.com
Wed May 10 17:57:16 CEST 2006


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



More information about the Ironpython-users mailing list