This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: add timeout support in socket using modules
Type: enhancement Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: akuchling, corvus
Priority: normal Keywords:

Created on 2003-04-17 18:28 by corvus, last changed 2022-04-10 16:08 by admin. This issue is now closed.

Messages (2)
msg15491 - (view) Author: John Speno (corvus) Date: 2003-04-17 18:28
Now that Skip has fixed the socket.settimeout() issue for sockets as 
files (bug 707074), it would be nice if the higher level modules had 
options for 
setting socket timeouts. I'm thinking of httplib, smtplib, nntplib, et 
al.
msg15492 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2003-05-13 14:57
Logged In: YES 
user_id=11375

Adding to PEP 42 for a permanent record and closing.
History
Date User Action Args
2022-04-10 16:08:11adminsetgithub: 38321
2003-04-17 18:28:02corvuscreate