Message66881
| 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:10 | benjamin.peterson | set | spambayes_score: 0.0266468 -> 0.026646795 recipients: + benjamin.peterson, ambarish |
| 2008-05-15 21:46:10 | benjamin.peterson | set | spambayes_score: 0.0266468 -> 0.0266468 messageid: <1210887970.42.0.482567386512.issue2868@psf.upfronthosting.co.za> |
| 2008-05-15 21:45:24 | benjamin.peterson | link | issue2868 messages |
| 2008-05-15 21:45:23 | benjamin.peterson | create | |