]> granicus.if.org Git - python/commit
Improve imap error message in unusual failure mode.
authorR David Murray <rdmurray@bitdance.com>
Fri, 28 Jun 2013 18:52:57 +0000 (14:52 -0400)
committerR David Murray <rdmurray@bitdance.com>
Fri, 28 Jun 2013 18:52:57 +0000 (14:52 -0400)
commit3bca8ac3d0296ca152c2a5462720fabb76abade5
treec0e7e05983a32bcaf46c926aeefed23693fbccea
parent9a2f139ba0378fbdf3d68f13eebe2a0ca1f022b8
Improve imap error message in unusual failure mode.

We ran into this during the sprits at PyCon and this patch has been
sitting on my disk ever since.  This just adds some information to the
error message that we found useful during debugging.  There's no good
way to add a test, since the message only got generated via code
that we had modified for debugging purposes.
Lib/imaplib.py