[Python-Dev] Final (final?) update to patch about socket timeout... (original) (raw)

Guido van Rossum guido at python.org
Fri Mar 23 19:22:48 CET 2007


Looks good. I forget -- can you check this in yourself? If so, do it! If not, let me know and I'll do it for you. Thanks for doing this!

--Guido

On 3/23/07, Facundo Batista <facundo at taniquetil.com.ar> wrote:

...in socket.py and httplib.py, with tests and docs.

The patch is #1676823. Basically what I did now is: - Just put a timeout default to None. If None, skip settimeout() call. - Copy the exceptions behaviour that we have actually in the higher level libraries, to be sure we aren't breaking anything. - The function is now public, named "createconnection". 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

-- --Guido van Rossum (home page: http://www.python.org/~guido/)



More information about the Python-Dev mailing list