diff options
author | Giampaolo RodolĂ <g.rodola@gmail.com> | 2010-05-26 18:06:04 (GMT) |
---|---|---|
committer | Giampaolo RodolĂ <g.rodola@gmail.com> | 2010-05-26 18:06:04 (GMT) |
commit | a67299e757b69660ec932e4da0a7dd4bfc680f08 (patch) | |
tree | 8ed4df6f8163b832625b232b19c46ac12bd26899 /Misc | |
parent | 60853211da1d3c450b6371ebfaedade04a908f21 (diff) | |
download | cpython-a67299e757b69660ec932e4da0a7dd4bfc680f08.zip cpython-a67299e757b69660ec932e4da0a7dd4bfc680f08.tar.gz cpython-a67299e757b69660ec932e4da0a7dd4bfc680f08.tar.bz2 |
Fix issue #8806: add SSL contexts support to ftplib
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -392,6 +392,8 @@ C-API Library ------- +- Issue #8806: add SSL contexts support to ftplib. + - Issue #4769: Fix main() function of the base64 module, use sys.stdin.buffer and sys.stdout.buffer (instead of sys.stdin and sys.stdout) to use the bytes API |