commit | a67299e757b69660ec932e4da0a7dd4bfc680f08 | [log] [tgz] |
---|---|---|
author | Giampaolo RodolĂ <g.rodola@gmail.com> | Wed May 26 18:06:04 2010 +0000 |
committer | Giampaolo RodolĂ <g.rodola@gmail.com> | Wed May 26 18:06:04 2010 +0000 |
tree | 8ed4df6f8163b832625b232b19c46ac12bd26899 | |
parent | 60853211da1d3c450b6371ebfaedade04a908f21 [diff] [blame] |
Fix issue #8806: add SSL contexts support to ftplib
diff --git a/Misc/NEWS b/Misc/NEWS index 22e8dc8..6899442 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -392,6 +392,8 @@ 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