[Python-checkins] cpython (merge 3.4 -> default): Issue #23527: Update Gmail port number for STARTTLS to 587.

berker.peksag python-checkins at python.org
Mon Mar 2 06:40:50 CET 2015


https://hg.python.org/cpython/rev/9ff477cd79da
changeset: 94816:9ff477cd79da
parent: 94814:0c786d1fb372
parent: 94815:06d69688ea06
user: Berker Peksag <berker.peksag at gmail.com>
date: Mon Mar 02 07:41:00 2015 +0200
summary:
 Issue #23527: Update Gmail port number for STARTTLS to 587.
Patch by Alex Shkop.
files:
 Lib/test/test_smtpnet.py | 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Lib/test/test_smtpnet.py b/Lib/test/test_smtpnet.py
--- a/Lib/test/test_smtpnet.py
+++ b/Lib/test/test_smtpnet.py
@@ -21,7 +21,7 @@
 
 class SmtpTest(unittest.TestCase):
 testServer = 'smtp.gmail.com'
- remotePort = 25
+ remotePort = 587
 
 def test_connect_starttls(self):
 support.get_attribute(smtplib, 'SMTP_SSL')
-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /