8000 [po] auto sync · python/python-docs-zh-cn@51f2c23 · GitHub
[go: up one dir, main page]

Skip to content

Commit 51f2c23

Browse files
[po] auto sync
1 parent c30a128 commit 51f2c23

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.41%", "updated_at": "2024-02-08T10:09:19Z"}
1+
{"translation": "90.43%", "updated_at": "2024-02-09T06:09:43Z"}

whatsnew/3.6.po

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2205,6 +2205,10 @@ msgid ""
22052205
":meth:`~io.BufferedIOBase.write` is now guaranteed to send the data in full."
22062206
" (Contributed by Martin Panter in :issue:`26721`.)"
22072207
msgstr ""
2208+
":class:`~socketserver.StreamRequestHandler` 类的 "
2209+
":attr:`~socketserver.StreamRequestHandler.wfile` 属性现在实现了 "
2210+
":class:`io.BufferedIOBase` 可写接口。 特别地,现在调用 :meth:`~io.BufferedIOBase.write` "
2211+
"会保证完整地发送数据。 (由 Martin Panter 在 :issue:`26721` 中贡献。)"
22082212

22092213
#: ../../whatsnew/3.6.rst:1445 ../../whatsnew/3.6.rst:2033
22102214
msgid "ssl"
@@ -2215,19 +2219,25 @@ msgid ""
22152219
":mod:`ssl` supports OpenSSL 1.1.0. The minimum recommend version is 1.0.2. "
22162220
"(Contributed by Christian Heimes in :issue:`26470`.)"
22172221
msgstr ""
2222+
":mod:`ssl` 已支持 OpenSSL 1.1.0。 最低的建议版本为 1.0.2。 (由 Christian Heimes 在 "
2223+
":issue:`26470` 中贡献。)"
22182224

22192225
#: ../../whatsnew/3.6.rst:1450
22202226
msgid ""
22212227
"3DES has been removed from the default cipher suites and ChaCha20 Poly1305 "
22222228
"cipher suites have been added. (Contributed by Christian Heimes in "
22232229
":issue:`27850` and :issue:`27766`.)"
22242230
msgstr ""
2231+
"已从默认的密码套件中删除 3DES 并添加了 ChaCha20 Poly1305 密码套件。 (由 Christian Heimes 在 "
2232+
":issue:`27850` 和 :issue:`27766` 中贡献。)"
22252233

22262234
#: ../../whatsnew/3.6.rst:1454
22272235
msgid ""
22282236
":class:`~ssl.SSLContext` has better default configuration for options and "
22292237
"ciphers. (Contributed by Christian Heimes in :issue:`28043`.)"
22302238
msgstr ""
2239+
":class:`~ssl.SSLContext` 已具有更好的选项和密码配置。 (由 Christian Heimes 在 :issue:`28043`"
2240+
" 中贡献。).)"
22312241

22322242
#: ../../whatsnew/3.6.rst:1458
22332243
msgid ""
@@ -2236,19 +2246,24 @@ msgid ""
22362246
" the initial handshake, reduce latency and improve performance (Contributed "
22372247
"by Christian Heimes in :issue:`19500` based on a draft by Alex Warhawk.)"
22382248
msgstr ""
2249+
"SSL 会话可以通过新的 :class:`~ssl.SSLSession` 类从一个客户端连接复制到另一个。 TLS "
2250+
"会话恢复可以加快初始握手过程、减少延迟并提升性能。 (由 Christian Heimes 根据 Alex Warhawk 的草案在 "
2251+
":issue:`19500` 中贡献。)"
22392252

22402253
#: ../../whatsnew/3.6.rst:1464
22412254
msgid ""
22422255
"The new :meth:`~ssl.SSLContext.get_ciphers` method can be used to get a list"
22432256
" of enabled ciphers in order of cipher priority."
2244-
msgstr ""
2257+
msgstr "新的 :meth:`~ssl.SSLContext.get_ciphers` 方法可被用来获取按密码优先级排序的已启用密码列表。"
22452258

22462259
#: ../../whatsnew/3.6.rst:1467
22472260
msgid ""
22482261
"All constants and flags have been converted to :class:`~enum.IntEnum` and "
22492262
":class:`~enum.IntFlags`. (Contributed by Christian Heimes in "
22502263
":issue:`28025`.)"
22512264
msgstr ""
2265+
"所有常量和旗标都已被转换为 :class:`~enum.IntEnum` 和 :class:`~enum.IntFlags`。 (由 Christian"
2266+
" Heimes 在 :issue:`28025` 中贡献。)"
22522267

22532268
#: ../../whatsnew/3.6.rst:1471
22542269
msgid ""

0 commit comments

Comments
 (0)
0