Issue1378
Created on 2009-06-16.16:30:51 by asl2, last changed 2009-06-21.22:24:40 by amak.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
exception.log
|
asl2,
2009-06-16.16:30:50
|
traceback |
|
|
| msg4815 (view) |
Author: Aaron Lav (asl2) |
Date: 2009-06-16.16:30:50 |
|
I get an exception in httplib.py, line 1003, "AttributeError: 'module'
object has no attribute 'sslerror'". The code indicates that the module
is socket, and I don't see any sslerror object in the socket module.
I'm attaching the traceback.
Note: this happened with 2.5rc4, but I didn't see that version in the
'Versions' field.
|
| msg4844 (view) |
Author: Alan Kennedy (amak) |
Date: 2009-06-21.22:24:39 |
|
Partial fix checked in at revision 6489, which should prevent the
attribute error.
However, there is still some work to do on mapping the correct errno
constants.
The reporter may wish to download the fixed socket module from SVN,
which should fix the current problem.
http://jython.svn.sourceforge.net/viewvc/jython/trunk/jython/Lib/socket.py
|
|
| Date |
User |
Action |
Args |
| 2009-06-21 22:24:40 | amak | set | messages:
+ msg4844 |
| 2009-06-21 21:28:43 | pjenvey | set | assignee: amak nosy:
+ amak |
| 2009-06-16 16:30:51 | asl2 | create | |
|