Message 127310 - Python tracker (original) (raw)
Message127310
Author | r.david.murray |
---|---|
Recipients | akuchling, georg.brandl, giampaolo.rodola, holdenweb, lregebro, pitrou, r.david.murray, rhettinger, sdaoden, vstinner |
Date | 2011-01-28.15:08:19 |
SpamBayes Score | 6.4483147e-06 |
Marked as misclassified | No |
Message-id | 1296227300.58.0.324474512793.issue9124@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
I don't see those error messages in the mailbox source. I'm guess your application isn trapping the errors in a try/except. In that case, just do a bare 'raise' in the except clause, and you should get the full traceback. I'm sure I'll discover problems just using your simple examples. Likely your full code would be more of a distraction than a help, unless we end up in a situation where I've fixed all the bugs I can find and you are still having problems. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2011-01-28 15:08:20 | r.david.murray | set | recipients: + r.david.murray, akuchling, georg.brandl, rhettinger, holdenweb, pitrou, vstinner, giampaolo.rodola, lregebro, sdaoden |
2011-01-28 15:08:20 | r.david.murray | set | messageid: 1296227300.58.0.324474512793.issue9124@psf.upfronthosting.co.za |
2011-01-28 15:08:20 | r.david.murray | link | issue9124 messages |
2011-01-28 15:08:19 | r.david.murray | create |