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 2010年05月24日 16:10 by pitrou, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
poplib.patch | giampaolo.rodola, 2010年05月26日 20:06 |
Messages (4) | |||
---|---|---|---|
msg106367 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2010年05月24日 16:10 | |
3.2 introduces SSL contexts, which allow bundling SSL configuration options, certificates and private keys into a single (potentially long-lived) structure. http://docs.python.org/dev/py3k/library/ssl.html#ssl.SSLContext The POP3_SSL constructor should allow passing an SSL context object instead of a key/cert pair. |
|||
msg106574 - (view) | Author: Giampaolo Rodola' (giampaolo.rodola) * (Python committer) | Date: 2010年05月26日 20:06 | |
Patch in attachment. The same approach adopted for ftplib (issue 8806) was used. |
|||
msg106777 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2010年05月30日 19:34 | |
There's the problem mentioned by Ezio: it breaks compatibility if someone passed a timeout to POP3_SSL by position (rather than by name). |
|||
msg114132 - (view) | Author: Giampaolo Rodola' (giampaolo.rodola) * (Python committer) | Date: 2010年08月17日 16:11 | |
Committed in r84144 including "context" being the last constructor argument. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022年04月11日 14:57:01 | admin | set | github: 53053 |
2010年08月17日 16:11:12 | giampaolo.rodola | set | status: open -> closed resolution: fixed messages: + msg114132 |
2010年08月17日 15:08:15 | giampaolo.rodola | set | assignee: giampaolo.rodola |
2010年05月30日 19:34:53 | pitrou | set | messages: + msg106777 |
2010年05月26日 20:06:36 | giampaolo.rodola | set | files:
+ poplib.patch keywords: + patch messages: + msg106574 |
2010年05月24日 18:17:02 | giampaolo.rodola | set | nosy:
+ janssen |
2010年05月24日 16:10:52 | pitrou | create |