commit | 1f5c958721a1f9329cb23b17cf5e36548855d72f | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue Mar 15 15:04:44 2011 -0400 |
committer | Barry Warsaw <barry@python.org> | Tue Mar 15 15:04:44 2011 -0400 |
tree | 04902ee636a9b629601bca831fbf1183c2db1c70 | |
parent | 5eb3591a41aa7c871f99d8bc10c09fd1a4d67479 [diff] |
- Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used in a `with` statement. Contributed by Giampaolo Rodola.