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 dwig
Recipients Felix Schwarz, dwig, loewis
Date 2009-02-17.00:17:46
SpamBayes Score 3.6536308e-06
Marked as misclassified No
Message-id <1234829882.18.0.467560638485.issue4142@psf.upfronthosting.co.za>
In-reply-to
Content
Re: "SMTP
objects are not designed to be used for multiple connections" ... "If
you want to extend the SMTP class to work for multiple connections".

Carefully parsing the library reference documentation, I can see that it
could be interpreted that way: "A SMTP instance encapsulates _an_ SMTP
connection" (emphasis added).  I'd recommend making the documentation
clearer in this regard, whether the implementation is extended or not. 
(And if non-reusability is intended, it'd be even more helpful if the 
connect() method were to throw a clear exception if called again.)
History
Date User Action Args
2009-02-17 00:18:02dwigsetrecipients: + dwig, loewis, Felix Schwarz
2009-02-17 00:18:02dwigsetmessageid: <1234829882.18.0.467560638485.issue4142@psf.upfronthosting.co.za>
2009-02-17 00:17:46dwiglinkissue4142 messages
2009-02-17 00:17:46dwigcreate