summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-03-02 05:41:00 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-03-02 05:41:00 (GMT)
commita4012574110b2b011a88b70f0c08f55130ff2719 (patch)
tree1c5bfbfe5650971bc81448f04d9cd232fc59343c /Lib
parentccac023d654f8a84c5657a891067dd38b3cabc33 (diff)
parented0392ae06a52f768123aad0e478b5bcfac143e2 (diff)
downloadcpython-a4012574110b2b011a88b70f0c08f55130ff2719.zip
cpython-a4012574110b2b011a88b70f0c08f55130ff2719.tar.gz
cpython-a4012574110b2b011a88b70f0c08f55130ff2719.tar.bz2
Issue #23527: Update Gmail port number for STARTTLS to 587.
Patch by Alex Shkop.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_smtpnet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_smtpnet.py b/Lib/test/test_smtpnet.py
index 03bf93b..15654f2 100644
--- a/Lib/test/test_smtpnet.py
+++ b/Lib/test/test_smtpnet.py
@@ -21,7 +21,7 @@ def check_ssl_verifiy(host, port):
class SmtpTest(unittest.TestCase):
testServer = 'smtp.gmail.com'
- remotePort = 25
+ remotePort = 587
def test_connect_starttls(self):
support.get_attribute(smtplib, 'SMTP_SSL')