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: Better logging.handler.SMTPHandler doc for 'secure' argument
Type: Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, python-dev, sandro.tosi, vinay.sajip
Priority: normal Keywords: patch

Created on 2011-07-31 18:01 by sandro.tosi, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
logging_smtphandler_secure-default.patch sandro.tosi, 2011-07-31 18:01 review
logging_smtphandler_secure-2.7.patch sandro.tosi, 2011-07-31 18:01
Messages (2)
msg141473 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2011-07-31 18:01
Hello, following up http://mail.python.org/pipermail/docs/2011-July/005207.html here are 2 patches to correct the documentation for 'secure' argument of SMTPHandler:

- the one for default (applicable also on 3.2) adds completely the 'secure' arg (missing)
- the one for 2.7 corrects the wrong information.

Both are taken from the docstring, that seems perfectly usable for the doc.
msg141492 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-08-01 10:33
New changeset 42f40f53fd73 by Vinay Sajip in branch '2.7':
Closes #12667: Corrected documentation for SMTPHandler secure argument.
http://hg.python.org/cpython/rev/42f40f53fd73

New changeset ba5bd8c1ae27 by Vinay Sajip in branch '3.2':
Closes #12667: Added documentation for SMTPHandler secure argument.
http://hg.python.org/cpython/rev/ba5bd8c1ae27

New changeset 2d69900c0820 by Vinay Sajip in branch 'default':
Closes #12667: Merged fix from 3.2.
http://hg.python.org/cpython/rev/2d69900c0820
History
Date User Action Args
2022-04-11 14:57:20adminsetgithub: 56876
2011-08-01 10:33:09python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg141492

resolution: fixed
stage: patch review -> resolved
2011-07-31 18:01:26sandro.tosisetfiles: + logging_smtphandler_secure-2.7.patch
2011-07-31 18:01:18sandro.tosicreate