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

Skip to content

Commit 3be303f

Browse files
[po] auto sync
1 parent e56602a commit 3be303f

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

17171720
#: ../../library/urllib.request.rst:1368
17181721
msgid "The following example illustrates the most common usage scenario::"
1719-
msgstr ""
1722+
msgstr "以下例子演示了大部分常用场景:"
17201723

17211724
#: ../../library/urllib.request.rst:1375
17221725
msgid ""

0 commit comments

Comments
 (0)