]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
test_smtpnet: Skip STARTTLS test if the server doesn't support it.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 30 Jul 2011 21:46:54 +0000 (23:46 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 30 Jul 2011 21:46:54 +0000 (23:46 +0200)
commit3fc5868a1d123996936c2feb6625865f5bb88b37
tree516aa7ba035672f1d4aa8e446e35a0cf0f2d3131
parent6e3b975aa525ef8f824e6258d89fb8dc2c4508c2
test_smtpnet: Skip STARTTLS test if the server doesn't support it.

This issue can arise with ISPs that redirect all connections on port 25 to
their own (crappy) mail servers.
Lib/test/test_smtpnet.py