7788# Junkai Shao <[email protected] >, 20189910- # Freesand Leo <[email protected] >, 201911101211# chen_chao <[email protected] >, 20191312# Shengjing Zhu <[email protected] >, 201913+ # Freesand Leo <[email protected] >, 20191414#
1515#, fuzzy
1616msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919"Report-Msgid-Bugs-To : \n "
2020"POT-Creation-Date : 2019-09-01 14:24+0000\n "
2121"PO-Revision-Date : 2017-02-16 23:13+0000\n "
22- "Last-Translator : Shengjing Zhu <zsj950618@gmail .com>, 2019\n "
22+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2019\n "
2323"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2424"MIME-Version : 1.0\n "
2525"Content-Type : text/plain; charset=UTF-8\n "
@@ -148,6 +148,8 @@ msgid ""
148148"for the default *context* or when *cert_file* is passed with a custom "
149149"*context*."
150150msgstr ""
151+ "该类现在对于默认的 *context* 或在传入 *cert_file* 并附带自定义 *context* 时会启用 TLS 1.3 "
152+ ":attr:`ssl.SSLContext.post_handshake_auth`。"
151153
152154#: ../../library/http.client.rst:104
153155msgid ""
@@ -389,20 +391,22 @@ msgstr ""
389391msgid ""
390392"Should be called after a request is sent to get the response from the "
391393"server. Returns an :class:`HTTPResponse` instance."
392- msgstr ""
394+ msgstr "应当在发送一个请求从服务器获取响应时被调用。 返回一个 :class:`HTTPResponse` 的实例。 "
393395
394396#: ../../library/http.client.rst:316
395397msgid ""
396398"Note that you must have read the whole response before you can send a new "
397399"request to the server."
398- msgstr ""
400+ msgstr "请注意你必须在读取了整个响应之后才能向服务器发送新的请求。 "
399401
400402#: ../../library/http.client.rst:319
401403msgid ""
402404"If a :exc:`ConnectionError` or subclass is raised, the "
403405":class:`HTTPConnection` object will be ready to reconnect when a new request"
404406" is sent."
405407msgstr ""
408+ "如果引发了 :exc:`ConnectionError` 或其子类, :class:`HTTPConnection` "
409+ "对象将在发送新的请求时准备好重新连接。"
406410
407411#: ../../library/http.client.rst:327
408412msgid ""
@@ -411,25 +415,27 @@ msgid ""
411415"currently defined debug output to be printed to stdout. The ``debuglevel`` "
412416"is passed to any new :class:`HTTPResponse` objects that are created."
413417msgstr ""
418+ "设置调试等级。 默认的调试等级为 ``0``,意味着不会打印调试输出。 任何大于 ``0`` 的值将使得所有当前定义的调试输出被打印到 stdout。 "
419+ "``debuglevel`` 会被传给任何新创建的 :class:`HTTPResponse` 对象。"
414420
415421#: ../../library/http.client.rst:337
416422msgid ""
417423"Set the host and the port for HTTP Connect Tunnelling. This allows running "
418424"the connection through a proxy server."
419- msgstr ""
425+ msgstr "为 HTTP 连接隧道设置主机和端口。 这将允许通过代理服务器运行连接。 "
420426
421427#: ../../library/http.client.rst:340
422428msgid ""
423429"The host and port arguments specify the endpoint of the tunneled connection "
424430"(i.e. the address included in the CONNECT request, *not* the address of the "
425431"proxy server)."
426- msgstr ""
432+ msgstr "host 和 port 参数指明隧道连接的位置(即 CONNECT 请求所包含的地址,而 *不是* 代理服务器的地址)。 "
427433
428434#: ../../library/http.client.rst:344
429435msgid ""
430436"The headers argument should be a mapping of extra HTTP headers to send with "
431437"the CONNECT request."
432- msgstr ""
438+ msgstr "headers 参数应为一个随 CONNECT 请求发送的额外 HTTP 标头的映射。 "
433439
434440#: ../../library/http.client.rst:347
435441msgid ""
0 commit comments