R. David Murray <rdmur...@bitdance.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9124>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to