summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGiampaolo RodolĂ  <g.rodola@gmail.com>2010-05-26 18:06:04 (GMT)
committerGiampaolo RodolĂ  <g.rodola@gmail.com>2010-05-26 18:06:04 (GMT)
commita67299e757b69660ec932e4da0a7dd4bfc680f08 (patch)
tree8ed4df6f8163b832625b232b19c46ac12bd26899 /Misc
parent60853211da1d3c450b6371ebfaedade04a908f21 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 22e8dc8..6899442 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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