[issue2248] quit() method of SMTP instance (of smtplib) doesn't return it's result

2008-03-27 Thread Georg Brandl

Georg Brandl [EMAIL PROTECTED] added the comment:

Added docs and committed as r61977.

--
nosy: +georg.brandl
resolution:  - accepted
status: open - closed

__
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



[issue2248] quit() method of SMTP instance (of smtplib) doesn't return it's result

2008-03-21 Thread Guido van Rossum

Guido van Rossum [EMAIL PROTECTED] added the comment:

No time to review, but making a function return something useful instead
of None seems a good idea.

--
assignee: gvanrossum - 

__
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



[issue2248] quit() method of SMTP instance (of smtplib) doesn't return it's result

2008-03-20 Thread Sean Reifschneider

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