Issue1210830

classification
Title: Socket timeouts for jython 2.1
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: bzimmer Nosy List: amak, bzimmer
Priority: normal Keywords: patch

Created on 2005-05-29.15:22:11 by amak, last changed 2005-05-29.15:26:37 by amak.

Files
File name Uploaded Description Edit Remove
socket_timeout_patch.diff amak, 2005-05-29.15:26:37 Unified diff to modify socket.py to support timeouts.
Messages
msg2445 (view) Author: Alan Kennedy (amak) Date: 2005-05-29.15:22:11
This patch implements the cpython 2.3 socket timeout
API on jython 2.1.
msg2446 (view) Author: Alan Kennedy (amak) Date: 2005-05-29.15:25:15
Logged In: YES 
user_id=647684

This unified diff is against version 1.15 of the socket module.
History
Date User Action Args
2005-05-29 15:22:11amakcreate