summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorrtomayko <rtomayko>2004-10-08 07:59:45 +0000
committerrtomayko <rtomayko>2004-10-08 07:59:45 +0000
commit14eb4e577cc27f72d06501cc3b2236f6d3e421e2 (patch)
treeff4495e718f8b9a0e5ecf6d04cb974db843a9474 /TODO
parentf530eff9e515427c342431315eb6824dd133291c (diff)
downloadurlgrabber-14eb4e577cc27f72d06501cc3b2236f6d3e421e2.tar.gz
Added timeout support.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index daf8ace..8305705 100644
--- a/TODO
+++ b/TODO
@@ -25,14 +25,6 @@ ALPHA 2:
variable so that users of miscellaneous applications can get the
debugging output
- * Consider adding timeout keyword arg that would handle setting the socket
- timeout natively under python 2.3 or using timeoutsocket.py hack if
- available and using python < 2.3.
-
- * Consider adding higher-level select-based timeouts to protect
- against stupid servers and crazy network problems. See this thread:
- https://lists.dulug.duke.edu/pipermail/yum/2004-September/005159.html
-
* Test proxy support with authenticating proxies (http and ftp).
* FTP proxy testing in general.