]> granicus.if.org Git - python/commitdiff
I should be someone
authorFlorent Xicluna <florent.xicluna@gmail.com>
Fri, 28 Oct 2011 20:03:55 +0000 (22:03 +0200)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Fri, 28 Oct 2011 20:03:55 +0000 (22:03 +0200)
Doc/library/urllib.request.rst

index 7dfdf3e41d2201291dd1112b341cb8b4155feec7..f39e1ba9c4fd6efe5b924bc172fc8ec14a4b1e7d 100644 (file)
@@ -1257,11 +1257,11 @@ some point in the future.
      pair: HTTP; protocol
      pair: FTP; protocol
 
-* Currently, only the following protocols are supported: HTTP, (versions 0.9 and
-  1.0),  FTP, and local files.
+* Currently, only the following protocols are supported: HTTP (versions 0.9 and
+  1.0), FTP, and local files.
 
-* The caching feature of :func:`urlretrieve` has been disabled until I find the
-  time to hack proper processing of Expiration time headers.
+* The caching feature of :func:`urlretrieve` has been disabled until someone find
+  the time to hack proper processing of Expiration time headers.
 
 * There should be a function to query whether a particular URL is in the cache.