Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a0eb35

Browse files
[po] auto sync
1 parent e9772ec commit 6a0eb35

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

library/urllib.request.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1725,10 +1725,13 @@ msgid ""
17251725
"The third argument may be ``-1`` on older FTP servers which do not return a "
17261726
"file size in response to a retrieval request."
17271727
msgstr ""
1728+
"第二个参数指定文件的保存位置(若未给出,则会是名称随机生成的临时文件)。第三个参数是个可调用对象,在建立网络连接时将会调用一次,之后每次读完数据块后会调用一次。该可调用对象将会传入"
1729+
" 3 个参数:已传输的块数、块的大小(以字节为单位)和文件总的大小。如果面对的是老旧 FTP 服务器,文件大小参数可能会是 ``-1`` "
1730+
",这些服务器响应读取请求时不会返回文件大小。"
17281731

17291732
#: ../../library/urllib.request.rst:1376
17301733
msgid "The following example illustrates the most common usage scenario::"
1731-
msgstr ""
1734+
msgstr "以下例子演示了大部分常用场景:"
17321735

17331736
#: ../../library/urllib.request.rst:1383
17341737
msgid ""

0 commit comments

Comments
 (0)