This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients ambarish, benjamin.peterson
Date 2008-05-15.21:45:23
SpamBayes Score 0.026646795
Marked as misclassified No
Message-id <1210887970.42.0.482567386512.issue2868@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-05-15 21:46:10benjamin.petersonsetspambayes_score: 0.0266468 -> 0.026646795
recipients: + benjamin.peterson, ambarish
2008-05-15 21:46:10benjamin.petersonsetspambayes_score: 0.0266468 -> 0.0266468
messageid: <1210887970.42.0.482567386512.issue2868@psf.upfronthosting.co.za>
2008-05-15 21:45:24benjamin.petersonlinkissue2868 messages
2008-05-15 21:45:23benjamin.petersoncreate