Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d46c2a commit 83386daCopy full SHA for 83386da
1 file changed
Doc/library/urllib.request.rst
@@ -1257,11 +1257,11 @@ some point in the future.
1257
pair: HTTP; protocol
1258
pair: FTP; protocol
1259
1260
-* Currently, only the following protocols are supported: HTTP, (versions 0.9 and
1261
- 1.0), FTP, and local files.
+* Currently, only the following protocols are supported: HTTP (versions 0.9 and
+ 1.0), FTP, and local files.
1262
1263
-* The caching feature of :func:`urlretrieve` has been disabled until I find the
1264
- 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.
1265
1266
* There should be a function to query whether a particular URL is in the cache.
1267
0 commit comments