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.

classification
Title: smtplib.SMTP docs
Type: enhancement Stage:
Components: Documentation Versions: Python 3.0, Python 2.6, Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, fdrake
Priority: low Keywords:

Created on 2007-10-23 19:24 by fdrake, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg56688 - (view) Author: Fred Drake (fdrake) (Python committer) 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) * (Python committer) Date: 2008-09-06 21:26
Documentation added in rev. 66272.
History
Date User Action Args
2022-04-11 14:56:27adminsetgithub: 45658
2008-09-06 21:26:43akuchlingsetstatus: open -> closed
assignee: akuchling
messages: + msg72703
resolution: fixed
nosy: + akuchling
2007-10-24 18:25:57gvanrossumsetpriority: low
2007-10-23 19:24:30fdrakecreate