Message3516

Author amak
Recipients amak, glyph
Date 2008-09-13.18:15:27
SpamBayes Score 2.76293e-08
Marked as misclassified No
Message-id <1221329728.25.0.37197771402.issue1119@psf.upfronthosting.co.za>
In-reply-to
Content
Fix checked into trunk and release 2.2 branch.

The socket module now has an SO_ERROR constant, so AttributeError should
no longer occur.

However, the constant has no usage on the JVM, because SO_ERROR is not
supported.

Attempts to use the constant as a parameter to getsockopt will result in
a socket.error exception, with errno == errno.ENOPROTOOPT, as occurs
with all other unsupported socket options on jython.

Thanks for submitting this bug.
History
Date User Action Args
2008-09-13 18:15:28amaksetmessageid: <1221329728.25.0.37197771402.issue1119@psf.upfronthosting.co.za>
2008-09-13 18:15:28amaksetrecipients: + amak, glyph
2008-09-13 18:15:28amaklinkissue1119 messages
2008-09-13 18:15:27amakcreate