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.
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:20 | admin | set | github: 56876 |
| 2011年08月01日 10:33:09 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg141492 resolution: fixed stage: patch review -> resolved |
| 2011年07月31日 18:01:26 | sandro.tosi | set | files: + logging_smtphandler_secure-2.7.patch |
| 2011年07月31日 18:01:18 | sandro.tosi | create | |