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

Skip to content

Commit c4f1723

Browse files
[po] auto sync
1 parent c10ef88 commit c4f1723

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
@@ -1702,10 +1702,13 @@ msgid ""
17021702
"The third argument may be ``-1`` on older FTP servers which do not return a "
17031703
"file size in response to a retrieval request."
17041704
msgstr ""
1705+
"第二个参数指定文件的保存位置(若未给出,则会是名称随机生成的临时文件)。第三个参数是个可调用对象,在建立网络连接时将会调用一次,之后每次读完数据块后会调用一次。该可调用对象将会传入"
1706+
" 3 个参数:已传输的块数、块的大小(以字节为单位)和文件总的大小。如果面对的是老旧 FTP 服务器,文件大小参数可能会是 ``-1`` "
1707+
",这些服务器响应读取请求时不会返回文件大小。"
17051708

17061709
#: ../../library/urllib.request.rst:1369
17071710
msgid "The following example illustrates the most common usage scenario::"
1708-
msgstr ""
1711+
msgstr "以下例子演示了大部分常用场景:"
17091712

17101713
#: ../../library/urllib.request.rst:1376
17111714
msgid ""

0 commit comments

Comments
 (0)