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 fdrake
Recipients fdrake
Date 2007-10-23.19:24:29
SpamBayes Score 0.3840332
Marked as misclassified No
Message-id <1193167470.47.0.372860933497.issue1317@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2007-10-23 19:24:30fdrakesetspambayes_score: 0.384033 -> 0.3840332
recipients: + fdrake
2007-10-23 19:24:30fdrakesetspambayes_score: 0.384033 -> 0.384033
messageid: <1193167470.47.0.372860933497.issue1317@psf.upfronthosting.co.za>
2007-10-23 19:24:30fdrakelinkissue1317 messages
2007-10-23 19:24:30fdrakecreate