@@ -17,7 +17,7 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version : Python 3.9\n "
19
19
"Report-Msgid-Bugs-To : \n "
20
- "POT-Creation-Date : 2024-03-22 21:26 +0000\n "
20
+ "POT-Creation-Date : 2024-03-29 21:52 +0000\n "
21
21
"PO-Revision-Date : 2017-02-16 23:44+0000\n "
22
22
"Last-Translator : Freesand Leo <yuqinju@163.com>, 2024\n "
23
23
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -1258,6 +1258,8 @@ msgid ""
1258
1258
":mod:`doctest` will now find doctests in extension module ``__doc__`` "
1259
1259
"strings. (Contributed by Zachary Ware in :issue:`3158`.)"
1260
1260
msgstr ""
1261
+ "现在 :mod:`doctest` 会在扩展模块的 ``__doc__`` 字符串中查找文档测试。 (由 Zachary Ware 在 "
1262
+ ":issue:`3158` 中贡献。)"
1261
1263
1262
1264
#: ../../whatsnew/3.4.rst:793
1263
1265
msgid "email"
@@ -1471,6 +1473,8 @@ msgid ""
1471
1473
"references to the corresponding Unicode characters. (Contributed by Ezio "
1472
1474
"Melotti in :issue:`2927`.)"
1473
1475
msgstr ""
1476
+ "新增的函数 :func:`~html.unescape` 用于将 HTML5 字符引用转换为相应的 Unicode 字符。 (由 Ezio "
1477
+ "Melotti 在 :issue:`2927` 中贡献。).)"
1474
1478
1475
1479
#: ../../whatsnew/3.4.rst:944
1476
1480
msgid ""
@@ -1812,6 +1816,9 @@ msgid ""
1812
1816
":func:`os.set_inheritable`) or a Windows handle "
1813
1817
"(:func:`os.get_handle_inheritable`, :func:`os.set_handle_inheritable`)."
1814
1818
msgstr ""
1819
+ "新增一些函数用于获取和设置文件描述符或 Windows 句柄的 :ref:`可继承旗标 <fd_inheritance>` "
1820
+ "(:func:`os.get_inheritable`, :func:`os.set_inheritable`) 或 "
1821
+ "(:func:`os.get_handle_inheritable`, :func:`os.set_handle_inheritable`)。"
1815
1822
1816
1823
#: ../../whatsnew/3.4.rst:1178
1817
1824
msgid ""
@@ -1857,6 +1864,9 @@ msgid ""
1857
1864
"debugging :mod:`asyncio` based programs. (Contributed by Andrew Svetlov and"
1858
1865
" Xavier de Gaye in :issue:`16596`.)"
1859
1866
msgstr ""
1867
+ ":mod:`pdb` 已被增强以通过更有用的方式来处理生成器, :keyword:`yield` 和 ``yield from``。 这在调试基于 "
1868
+ ":mod:`asyncio` 的程序时特别有帮助。 (由 Andrew Svetlov 和 Xavier de Gaye 在 "
1869
+ ":issue:`16596` 中贡献。)"
1860
1870
1861
1871
#: ../../whatsnew/3.4.rst:1206
1862
1872
msgid ""
0 commit comments