commit | 7675097d78999b7087a487b479b388ef7a7aa91e | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Fri Dec 14 20:34:20 2001 +0000 |
committer | Barry Warsaw <barry@python.org> | Fri Dec 14 20:34:20 2001 +0000 |
tree | 385762d4613d52fb6f495f1e9ff78dc69048f9ec | |
parent | 19554f60c29fbea536efd906d96f00964c37ec01 [diff] |
send(), ehlo(): Integrate patch #487310 by Fazal Majid. Consistently call self.close() just before raising SMTPServerDisconnected. This allows you to, e.g. reconnect after a server timeout. Merged from the 2.2c1 branch.