From: Steve D. <re...@bu...> - 2015-02-06 22:14:58
|
New submission from Steve Dougherty: 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? ---------- components: Library messages: 9487 nosy: sdough severity: normal status: open title: Support UNIX sockets type: behaviour versions: Jython 2.7 _______________________________________ Jython tracker <re...@bu...> <http://bugs.jython.org/issue2265> _______________________________________ |