From: Antoine Pitrou Date: Sat, 7 May 2011 17:42:39 +0000 (+0200) Subject: Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. X-Git-Tag: v3.3.0a1~2365 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7f12f30e48a599b41f03327321a75685f38ca0f;p=python Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. --- d7f12f30e48a599b41f03327321a75685f38ca0f diff --cc Misc/NEWS index 2d56431366,7fe9376ff9..212b72cab3 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -140,9 -83,9 +140,12 @@@ Core and Builtin Library ------- + - Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch + by Kasun Herath. + +- Issue 11916: Add a number of MacOSX specific definitions to the errno module. + Patch by Pierre Carrier. + - 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.