Message9487

Author sdough
Recipients sdough
Date 2015-02-06.22:14:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423260890.54.0.669295167887.issue2265@psf.upfronthosting.co.za>
In-reply-to
Content
I'm running Jython 2.7b3 (default:e81256215fb0, Aug 4 2014, 02:39:51) with [OpenJDK 64-Bit Server VM (Oracle Corporation)] on java1.7.0_75 on Arch Linux with kernel 3.18.5-1.

>>> import socket
>>> socket.AF_UNIX

gives

AttributeError: 'module' object has no attribute 'AF_UNIX'

and the [documentation](http://www.jython.org/docs/library/socket.html) notes "If the AF_UNIX constant is not defined then this protocol is unsupported."

CPython 2.7 and 3.4 support it on this system, so does this mean AF_UNIX support unimplemented on all systems?
History
Date User Action Args
2015-02-06 22:14:50sdoughsetrecipients: + sdough
2015-02-06 22:14:50sdoughsetmessageid: <1423260890.54.0.669295167887.issue2265@psf.upfronthosting.co.za>
2015-02-06 22:14:50sdoughlinkissue2265 messages
2015-02-06 22:14:49sdoughcreate