Issue1706

classification
Title: Socket module does not support getnameinfo.
Type: behaviour Severity: normal
Components: Library Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: amak Nosy List: amak
Priority: Keywords: ipv6

Created on 2011-02-11.14:40:49 by amak, last changed 2011-11-09.01:37:50 by amak.

Messages
msg6394 (view) Author: Alan Kennedy (amak) Date: 2011-02-11.14:40:49
Currently, the jython socket module does not support the getnameinfo() function.

http://docs.python.org/library/socket.html#socket.getnameinfo
msg6720 (view) Author: Alan Kennedy (amak) Date: 2011-11-09.01:37:50
Fix checked in at http://hg.python.org/jython/rev/ca6b9103ea54
History
Date User Action Args
2011-11-09 01:37:50amaksetstatus: open -> closed
resolution: fixed
messages: + msg6720
2011-02-11 14:41:04amaksettitle: Socket module does not getnameinfo. -> Socket module does not support getnameinfo.
2011-02-11 14:40:49amakcreate