[Python-Dev] Adding timeout to socket.py and httplib.py

Georg Brandl g.brandl at gmx.net
Thu Mar 15 21:59:24 CET 2007


I'll review it tomorrow.

Georg

Guido van Rossum schrieb:
> I need to shed load; I've asked Georg to review this. If he's fine
> with it, Facundo can check it in.
> 
> On 3/15/07, Facundo Batista <facundo at taniquetil.com.ar> wrote:
>> Facundo Batista wrote:
>>
>> > I studied Skip patch, and I think he is in good direction: add a
>> > NetworkConnection object to socket.py, and then use it from the other
>> > modules.
>>
>> As of discussion in the patch tracker, this class is now a function in
>> socket.py.
>>
>> This function connect() does the connection to an address, and can
>> receive, optionally, a timeout.
>>
>>
>> > I opened a new patch (#1676823) with the changes I propose regarding
>> > socket.py, because the goal from the two patches are different (my plan
>>
>> The timeout.diff in this patch was updated to reflect these changes.
>>
>> If nobody raises objections, I'll commit these changes.
>>
>> Regards,
>>
>> --
>> .   Facundo
>> .
>> Blog: http://www.taniquetil.com.ar/plog/
>> PyAr: http://www.python.org/ar/
>>
>>
>> _______________________________________________
>> Python-Dev mailing list
>> Python-Dev at python.org
>> http://mail.python.org/mailman/listinfo/python-dev
>> Unsubscribe: http://mail.python.org/mailman/options/python-dev/guido%40python.org
>>
> 
> 



More information about the Python-Dev mailing list