[issue34510] add HTTPConnection.settimeout()

2018-11-09 Thread Rémi Lapeyre
Change by Rémi Lapeyre : -- nosy: +remi.lapeyre ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34510] add HTTPConnection.settimeout()

2018-10-27 Thread Karthikeyan Singaravelan
New submission from Karthikeyan Singaravelan : I think this is useful since it also sets conn.timeout so that both conn.sock.gettimeout() and conn.timeout return same value with this helper and don't cause confusion like using conn.socket.settimeout() that updates socket but not

[issue34510] add HTTPConnection.settimeout()

2018-08-26 Thread Benjamin Peterson
Change by Benjamin Peterson : -- title: Add add HTTPConnection.settimeout() -> add HTTPConnection.settimeout() ___ Python tracker ___