summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-05-07 17:39:37 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-05-07 17:39:37 (GMT)
commitc1d520634a25fac5dea41f3af70273fc0b3a11ae (patch)
tree3f35688d5bc2653736281393271e50ba97f8558a /Misc
parent63e4230c3865f6b15538b61fbecd5d0286b1f0a9 (diff)
downloadcpython-c1d520634a25fac5dea41f3af70273fc0b3a11ae.zip
cpython-c1d520634a25fac5dea41f3af70273fc0b3a11ae.tar.gz
cpython-c1d520634a25fac5dea41f3af70273fc0b3a11ae.tar.bz2
Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 59b3661..80fda10 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -335,6 +335,7 @@ Malte Helmert
Lance Finn Helsten
Jonathan Hendry
James Henstridge
+Kasun Herath
Chris Herborth
Ivan Herman
Jürgen Hermann
diff --git a/Misc/NEWS b/Misc/NEWS
index fddaf09..4be61cf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,9 @@ Core and Builtins
Library
-------
+- Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch
+ by Kasun Herath.
+
- Issue 11999: fixed sporadic sync failure mailbox.Maildir due to its trying to
detect mtime changes by comparing to the system clock instead of to the
previous value of the mtime.