[issue12667] Better logging.handler.SMTPHandler doc for 'secure' argument

2011-08-01 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

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

--
nosy: +python-dev
resolution:  - fixed
stage: patch review - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue12667
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12667] Better logging.handler.SMTPHandler doc for 'secure' argument

2011-07-31 Thread Sandro Tosi

New submission from Sandro Tosi sandro.t...@gmail.com:

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.

--
assignee: docs@python
components: Documentation
files: logging_smtphandler_secure-default.patch
keywords: patch
messages: 141473
nosy: docs@python, sandro.tosi, vinay.sajip
priority: normal
severity: normal
stage: patch review
status: open
title: Better logging.handler.SMTPHandler doc for 'secure' argument
versions: Python 2.7, Python 3.2, Python 3.3
Added file: 
http://bugs.python.org/file22810/logging_smtphandler_secure-default.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue12667
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12667] Better logging.handler.SMTPHandler doc for 'secure' argument

2011-07-31 Thread Sandro Tosi

Changes by Sandro Tosi sandro.t...@gmail.com:


Added file: 
http://bugs.python.org/file22811/logging_smtphandler_secure-2.7.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue12667
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com