@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.10\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2024-03-29 19:16 +0000\n "
15
+ "POT-Creation-Date : 2024-04-05 19:04 +0000\n "
16
16
"PO-Revision-Date : 2022-11-05 17:23+0000\n "
17
17
"
Last-Translator :
Rafael Fontenelle <[email protected] >, 2024\n "
18
18
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -1257,6 +1257,8 @@ msgid ""
1257
1257
":mod:`doctest` will now find doctests in extension module ``__doc__`` "
1258
1258
"strings. (Contributed by Zachary Ware in :issue:`3158`.)"
1259
1259
msgstr ""
1260
+ "现在 :mod:`doctest` 会在扩展模块的 ``__doc__`` 字符串中查找文档测试。 (由 Zachary Ware 在 "
1261
+ ":issue:`3158` 中贡献。)"
1260
1262
1261
1263
#: ../../whatsnew/3.4.rst:793
1262
1264
msgid "email"
@@ -1470,6 +1472,8 @@ msgid ""
1470
1472
"references to the corresponding Unicode characters. (Contributed by Ezio "
1471
1473
"Melotti in :issue:`2927`.)"
1472
1474
msgstr ""
1475
+ "新增的函数 :func:`~html.unescape` 用于将 HTML5 字符引用转换为相应的 Unicode 字符。 (由 Ezio "
1476
+ "Melotti 在 :issue:`2927` 中贡献。).)"
1473
1477
1474
1478
#: ../../whatsnew/3.4.rst:944
1475
1479
msgid ""
@@ -1811,6 +1815,9 @@ msgid ""
1811
1815
":func:`os.set_inheritable`) or a Windows handle "
1812
1816
"(:func:`os.get_handle_inheritable`, :func:`os.set_handle_inheritable`)."
1813
1817
msgstr ""
1818
+ "新增一些函数用于获取和设置文件描述符或 Windows 句柄的 :ref:`可继承旗标 <fd_inheritance>` "
1819
+ "(:func:`os.get_inheritable`, :func:`os.set_inheritable`) 或 "
1820
+ "(:func:`os.get_handle_inheritable`, :func:`os.set_handle_inheritable`)。"
1814
1821
1815
1822
#: ../../whatsnew/3.4.rst:1178
1816
1823
msgid ""
@@ -1856,6 +1863,9 @@ msgid ""
1856
1863
"debugging :mod:`asyncio` based programs. (Contributed by Andrew Svetlov and"
1857
1864
" Xavier de Gaye in :issue:`16596`.)"
1858
1865
msgstr ""
1866
+ ":mod:`pdb` 已被增强以通过更有用的方式来处理生成器, :keyword:`yield` 和 ``yield from``。 这在调试基于 "
1867
+ ":mod:`asyncio` 的程序时特别有帮助。 (由 Andrew Svetlov 和 Xavier de Gaye 在 "
1868
+ ":issue:`16596` 中贡献。)"
1859
1869
1860
1870
#: ../../whatsnew/3.4.rst:1206
1861
1871
msgid ""
@@ -2252,13 +2262,18 @@ msgid ""
2252
2262
"certificate information, and CRLs from the Windows cert store. (Contributed"
2253
2263
" by Christian Heimes in :issue:`17134`.)"
2254
2264
msgstr ""
2265
+ "新增的两个 Windows 专属函数 :func:`~ssl.enum_certificates` 和 :func:`~ssl.enum_crls` "
2266
+ "提供了从 Windows 证书存储库提取证书、证书信息和 CRL 的功能。 (由 Christian Heimes 在 :issue:`17134` "
2267
+ "中贡献。)"
2255
2268
2256
2269
#: ../../whatsnew/3.4.rst:1486
2257
2270
msgid ""
2258
2271
"Support for server-side SNI (Server Name Indication) using the new "
2259
2272
":meth:`ssl.SSLContext.set_servername_callback` method. (Contributed by "
2260
2273
"Daniel Black in :issue:`8109`.)"
2261
2274
msgstr ""
2275
+ "使用新增的 :meth:`ssl.SSLContext.set_servername_callback` 方法来支持服务器端 SNI (Server "
2276
+ "Name Indication)。 (由 Daniel Black 在 :issue:`8109` 中贡献。)"
2262
2277
2263
2278
#: ../../whatsnew/3.4.rst:1490
2264
2279
msgid ""
@@ -2267,6 +2282,9 @@ msgid ""
2267
2282
"``calIssuers``, and ``OCSP`` URIs. (Contributed by Christian Heimes in "
2268
2283
":issue:`18379`.)"
2269
2284
msgstr ""
2285
+ "由 :meth:`.SSLSocket.getpeercert` 返回的字典包含额外的 ``X509v3`` 扩展条目: "
2286
+ "``crlDistributionPoints``, ``calIssuers`` 和 ``OCSP`` URI。 (由 Christian "
2287
+ "Heimes 在 :issue:`18379` 中贡献。)"
2270
2288
2271
2289
#: ../../whatsnew/3.4.rst:1496
2272
2290
msgid "stat"
@@ -2279,6 +2297,8 @@ msgid ""
2279
2297
" are platform-dependent. (Contributed by Christian Heimes in "
2280
2298
":issue:`11016`.)"
2281
2299
msgstr ""
2300
+ "现在 :mod:`stat` 模块以 :mod:`_stat` 中的 C 实现作为后端。 C 实现是必需的因为大多数值都未被标准化并且依赖于平台。 (由"
2301
+ " Christian Heimes 在 :issue:`11016` 中贡献。)"
2282
2302
2283
2303
#: ../../whatsnew/3.4.rst:1502
2284
2304
msgid ""
0 commit comments