Message130971
A couple more minor issues:
1. Double space required at the beginning of the "Here is a ..." sentence in Doc/library/smtplib.rst
2. in __exit__ method: "msg" is the variable name assigned from docmd('QUIT') but "errmsg" is used when raising exception
3. in test I'd rather prefer seeing stmp.noop() unpacked:
code, _ = smtp.noop()
4. extra line #118 in test_smtplib
5. is there any way to test SMTPResponseException? |
|
| Date |
User |
Action |
Args |
| 2011-03-15 13:32:32 | SilentGhost | set | recipients:
+ SilentGhost, pitrou, giampaolo.rodola |
| 2011-03-15 13:32:32 | SilentGhost | set | messageid: <[email protected]> |
| 2011-03-15 13:32:31 | SilentGhost | link | issue11289 messages |
| 2011-03-15 13:32:31 | SilentGhost | create | |
|