changeset 24:1b802678b341

add note about urllib and timeouts
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 30 Nov 2010 09:21:22 -0800
parents 776805790c84
children fbf19940fa97
files makeitso/makeitso.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/makeitso/makeitso.py	Tue Nov 30 09:17:22 2010 -0800
+++ b/makeitso/makeitso.py	Tue Nov 30 09:21:22 2010 -0800
@@ -9,6 +9,7 @@
 import sys
 import tempfile
 import urllib
+# TODO: may have to use urllib2.urlopen to get reasonable timeouts
 
 from optparse import OptionParser