]> granicus.if.org Git - python/commitdiff
Use the host the author likely meant in the first place. pop.gmail.com is
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 6 Oct 2007 15:47:37 +0000 (15:47 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 6 Oct 2007 15:47:37 +0000 (15:47 +0000)
reliable.  gmail.org is someones personal domain.

Lib/test/test_socket_ssl.py

index 0d9dd7a2de4e4cb449ec7774e2e56a5ab9e39ff7..59ad8c7b64d5e28f5b20765e42b4dbab268c653e 100644 (file)
@@ -41,10 +41,7 @@ class ConnectedTests(unittest.TestCase):
 
         # A service which issues a welcome banner (without need to write
         # anything).
-        # XXX ("gmail.org", 995) has been unreliable so far, from time to
-        # XXX time non-responsive for hours on end (& across all buildbot
-        # XXX slaves, so that's not just a local thing).
-        ADDR = "gmail.org", 995
+        ADDR = "pop.gmail.com", 995
 
         s = socket.socket()
         s.settimeout(30.0)