projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
659f631
)
Issue #23527: Update Gmail port number for STARTTLS to 587.
author
Berker Peksag
<berker.peksag@gmail.com>
Mon, 2 Mar 2015 05:40:36 +0000
(07:40 +0200)
committer
Berker Peksag
<berker.peksag@gmail.com>
Mon, 2 Mar 2015 05:40:36 +0000
(07:40 +0200)
Patch by Alex Shkop.
Lib/test/test_smtpnet.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_smtpnet.py
b/Lib/test/test_smtpnet.py
index 03bf93b8e7cad9438fb6a5346e25f70424808fd0..15654f28dfbeeab137b83a6712f2ba199a57327c 100644
(file)
--- 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')