]> granicus.if.org Git - python/commit
Piers Lauder:
authorGuido van Rossum <guido@python.org>
Thu, 24 Feb 2000 02:24:50 +0000 (02:24 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 24 Feb 2000 02:24:50 +0000 (02:24 +0000)
commit19ce91be92a31f4c24c0c5a88c568ae3b31f8fc6
tree4ee5ffd7b25fa23b394a2ee84cb252dd0d396c92
parent5ebfa2ae9f519d7bc79d2c27d91380691f680df0
Piers Lauder:

A change in my last patch could, under certain circumstances,
cause a loop if the connection to the server dropped while
waiting for a command completion. I've changed the code to
re-raise the error after possible debugging output.
Lib/imaplib.py