Issue628326

classification
Title: Dump socket.getaddrinfo and sendall impl
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: bckfnn Nosy List: bckfnn, rodrigobamboo
Priority: normal Keywords: patch

Created on 2002-10-24.23:46:26 by rodrigobamboo, last changed 2002-10-29.14:21:05 by bckfnn.

Files
File name Uploaded Description Edit Remove
socketpy.patch rodrigobamboo, 2002-10-24.23:46:26 cvs patch for socket.py
Messages
msg2258 (view) Author: Rodrigo B. de Oliveira (rodrigobamboo) Date: 2002-10-24.23:46:26
This is a patch to socket.py to get the latest httplib 
working for http urls. I didn't test with any other url type 
but this should be enough to run a lot of existing scripts.
msg2259 (view) Author: Finn Bock (bckfnn) Date: 2002-10-29.14:21:05
Logged In: YES 
user_id=4201

Applied to socket.py: 1.14;
History
Date User Action Args
2002-10-24 23:46:26rodrigobamboocreate