Revision: 355
Author: bslatkin
Date: Mon May 17 01:59:30 2010
Log: fixed missing todo comment
http://code.google.com/p/pubsubhubbub/source/detail?r=355
Modified:
/trunk/hub/urlfetch_async.py
=======================================
--- /trunk/hub/urlfetch_async.py Mon May 17 01:57:39 2010
+++ /trunk/hub/urlfetch_async.py Mon May 17 01:59:30 2010
@@ -34,7 +34,7 @@
allow_truncated: if true, truncate large responses and return them
without
error. otherwise, ResponseTooLargeError will be thrown when a
response is
truncated.
- follow_redirects: TODO
+ follow_redirects: Whether or not redirects should be followed.
callback: Callable that takes (_URLFetchResult, URLFetchException).
Exactly one of the two arguments is None. Required if async_proxy is
not None.