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 jafo
Recipients funagayama, gvanrossum, jafo
Date 2008-03-20.20:45:45
SpamBayes Score 0.3328842
Marked as misclassified No
Message-id <1206045946.5.0.898420644893.issue2248@psf.upfronthosting.co.za>
In-reply-to
Content
Kei: The documentation does not say that quit() returns a value, so the
current behavior is correct.  However, SMTP defines a return value for
QUIT, so there is a case for smtplib.quit() returning that value.

This patch does need a documentation change to Doc/library/smtplib.rst

Guido: You wrote and last touched this code, any objections?
History
Date User Action Args
2008-03-20 20:45:47jafosetspambayes_score: 0.332884 -> 0.3328842
recipients: + jafo, gvanrossum, funagayama
2008-03-20 20:45:46jafosetspambayes_score: 0.332884 -> 0.332884
messageid: <1206045946.5.0.898420644893.issue2248@psf.upfronthosting.co.za>
2008-03-20 20:45:45jafolinkissue2248 messages
2008-03-20 20:45:45jafocreate