This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author SilentGhost
Recipients SilentGhost, giampaolo.rodola, pitrou
Date 2011-03-15.13:32:31
SpamBayes Score 2.9971143e-06
Marked as misclassified No
Message-id <1300195952.11.0.415915527239.issue11289@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2011-03-15 13:32:32SilentGhostsetrecipients: + SilentGhost, pitrou, giampaolo.rodola
2011-03-15 13:32:32SilentGhostsetmessageid: <1300195952.11.0.415915527239.issue11289@psf.upfronthosting.co.za>
2011-03-15 13:32:31SilentGhostlinkissue11289 messages
2011-03-15 13:32:31SilentGhostcreate