Message88740
I'm sorry, I mistyped. That is the error message I was expecting (it's
derived from the one 'import' gives in that case). If the test were
like this:
elif exc is ImportError and str(value).endswith(path.split('.')[-1]):
then I think the tests would pass (but I haven't checked yet). |
|
| Date |
User |
Action |
Args |
| 2009-06-02 13:10:48 | r.david.murray | set | recipients:
+ r.david.murray, exarkun, conf |
| 2009-06-02 13:10:48 | r.david.murray | set | messageid: <[email protected]> |
| 2009-06-02 13:10:47 | r.david.murray | link | issue5230 messages |
| 2009-06-02 13:10:47 | r.david.murray | create | |
|