Issue2383

classification
Title: socket.SocketType is missing
Type: rfe Severity: normal
Components: Library Versions: Jython 2.7
Milestone: Jython 2.7.1
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: zyasoft Nosy List: richmoore, zyasoft
Priority: Keywords:

Created on 2015-07-28.13:04:36 by richmoore, last changed 2015-09-17.20:31:38 by zyasoft.

Messages
msg10166 (view) Author: Richard Moore (richmoore) Date: 2015-07-28.13:04:36
See https://docs.python.org/2/library/socket.html#socket.SocketType
msg10167 (view) Author: Jim Baker (zyasoft) Date: 2015-07-28.15:04:21
Thanks for this report, I'm going to be looking at these socket bugs now that I'm back from vacation. Also the timing is good.
msg10225 (view) Author: Jim Baker (zyasoft) Date: 2015-09-04.04:44:34
Fixed as of https://hg.python.org/jython/rev/b3b82ef080a9
History
Date User Action Args
2015-09-17 20:31:38zyasoftsetstatus: pending -> closed
2015-09-04 04:44:34zyasoftsetstatus: open -> pending
resolution: fixed
messages: + msg10225
2015-07-28 15:05:08zyasoftsetassignee: zyasoft
milestone: Jython 2.7.1
2015-07-28 15:04:22zyasoftsetnosy: + zyasoft
messages: + msg10167
2015-07-28 13:04:37richmoorecreate