[Python-Dev] cpython (3.2): I should be someone (original) (raw)

Georg Brandl g.brandl at gmx.net
Sat Oct 29 10:01:45 CEST 2011


On 10/28/11 22:05, florent.xicluna wrote:

http://hg.python.org/cpython/rev/6f56e81da8f6 changeset: 73171:6f56e81da8f6 branch: 3.2 parent: 73167:09d0510e1c50 user: Florent Xicluna <florent.xicluna at gmail.com> date: Fri Oct 28 22:03:55 2011 +0200 summary: I should be someone

files: Doc/library/urllib.request.rst | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -1257,11 +1257,11 @@ 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.

In this case, s/find/finds/ :)

Georg



More information about the Python-Dev mailing list