Sean Reifschneider <[EMAIL PROTECTED]> added the comment: 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? ---------- assignee: -> gvanrossum nosy: +gvanrossum, jafo priority: -> normal type: -> feature request __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2248> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com