From 3cee6838de5ac820b3706e83da44f693e2b77862 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 13 May 2003 14:57:08 +0000 Subject: [PATCH] Add feature request --- pep-0042.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pep-0042.txt b/pep-0042.txt index 35f500724..641717a5b 100644 --- a/pep-0042.txt +++ b/pep-0042.txt @@ -249,6 +249,11 @@ Standard Library http://www.python.org/sf/595217 + - It would be nice if the higher level modules (httplib, smtplib, + nntplib, etc.) had options for setting socket timeouts. + + http://www.python.org/sf/723287 + C API wishes