Message98817
On __exit__(), the 3rd argument "exc_value" should contain the instance of the exception.
But in most cases, it contains only the string representation of the exception.
See attached test case.
Same behavior for KeyError, AttributeError, RuntimeError, ... |
|
Date |
User |
Action |
Args |
2010-02-04 09:35:10 | flox | set | recipients:
+ flox |
2010-02-04 09:35:09 | flox | set | messageid: <1265276109.88.0.802756804705.issue7853@psf.upfronthosting.co.za> |
2010-02-04 09:35:08 | flox | link | issue7853 messages |
2010-02-04 09:35:07 | flox | create | |
|