Issue1317
Created on 2007-10-23 19:24 by fdrake, last changed 2008-09-06 21:26 by akuchling.
|
msg56688 - (view) |
Author: Fred L. Drake, Jr. (fdrake) |
Date: 2007-10-23 19:24 |
|
The docstring for the smtplib.SMTP class includes descriptions of some
instance attributes that are not covered by the documentation:
does_esmtp
ehlo_resp
esmtp_features
helo_resp
If these are intended as part of the public interface, they should be
documented in the .tex/.rst documentation, otherwise their descriptions
should be in a comment instead of a docstring. (helo_resp is mentioned
in Misc/HISTORY, if that actually means anything.)
|
|
msg72703 - (view) |
Author: A.M. Kuchling (akuchling) |
Date: 2008-09-06 21:26 |
|
Documentation added in rev. 66272.
|
|
| Date |
User |
Action |
Args |
| 2008-09-06 21:26:43 | akuchling | set | status: open -> closed assignee: akuchling messages:
+ msg72703 resolution: fixed nosy:
+ akuchling |
| 2007-10-24 18:25:57 | gvanrossum | set | priority: low |
| 2007-10-23 19:24:30 | fdrake | create | |
|