Benjamin Peterson <[EMAIL PROTECTED]> added the comment: This is what happens on the trunk:
>>> import urllib >>> u = 'http://www.mercurynews.com/ci_9216417' >>> h = urllib.urlopen(u).read() Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/temp/python/trunk/Lib/ssl.py", line 333, in read data = self._sslobj.read(recv_size) ssl.SSLError: [Errno 8] _ssl.c:1276: EOF occurred in violation of protocol ---------- nosy: +benjamin.peterson __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2868> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com