Issue1378

classification
Title: socket exception: "AttributeError: 'module' object has no attribute 'sslerror' "
Type: crash Severity: normal
Components: Library Versions: 25rc4
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: amak Nosy List: amak, asl2
Priority: Keywords:

Created on 2009-06-16.16:30:51 by asl2, last changed 2009-06-21.22:24:40 by amak.

Files
File name Uploaded Description Edit Remove
exception.log asl2, 2009-06-16.16:30:50 traceback
Messages
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
History
Date User Action Args
2009-06-21 22:24:40amaksetmessages: + msg4844
2009-06-21 21:28:43pjenveysetassignee: amak
nosy: + amak
2009-06-16 16:30:51asl2create