@@ -477,12 +477,15 @@ msgid ""
477477":func:`tarfile.TarFile.extract` now overwrite symlinks when extracting "
478478"hardlinks. (Contributed by Alexander Enrique Urieles Nieto in :gh:`75989`.)"
479479msgstr ""
480+ ":gh:`75989`: 现在当提取硬链接时 :func:`tarfile.TarFile.extractall` 和 "
481+ ":func:`tarfile.TarFile.extract` 将覆盖符号链接。 (由 Alexander Enrique Urieles Nieto "
482+ "在 :gh:`75989` 中贡献。)"
480483
481484#: ../NEWS:188
482485msgid ""
483486":gh:`83424`: Allows creating a :class:`ctypes.CDLL` without name when "
484487"passing a handle as an argument."
485- msgstr ""
488+ msgstr ":gh:`83424`: 在传入句柄作为参数时允许创建没有名称的 :class:`ctypes.CDLL`。 "
486489
487490#: ../NEWS:191
488491msgid ""
@@ -1025,6 +1028,8 @@ msgid ""
10251028" edge cases involving thread monitoring or premature "
10261029":obj:`threading.Thread.is_alive` calls."
10271030msgstr ""
1031+ ":gh:`137017`: 将 :obj:`threading.Thread.is_alive` 修正为保持 ``True`` 直到下层的 OS "
1032+ "线程被完全清理。 这将在涉及线程监控或过早调用 :obj:`threading.Thread.is_alive` 的边界场景下避免误报假阴性结果。"
10281033
10291034#: ../NEWS:444
10301035msgid ""
@@ -1222,13 +1227,19 @@ msgid ""
12221227"reject negative values (except :data:`~resource.RLIM_INFINITY`) for limits "
12231228"in :func:`resource.setrlimit`."
12241229msgstr ""
1230+ ":gh:`137044`: 在 :func:`resource.getrlimit` 中返回的大数值限制为正整数而不是负整数。 对在 "
1231+ ":func:`resource.setrlimit` 中的限制接受大数值并拒绝负值 (除了 "
1232+ ":data:`~resource.RLIM_INFINITY`)。"
12251233
12261234#: ../NEWS:551
12271235msgid ""
12281236":gh:`136914`: Fix retrieval of :attr:`doctest.DocTest.lineno` for objects "
12291237"decorated with :func:`functools.cache` or "
12301238":class:`functools.cached_property`."
12311239msgstr ""
1240+ ":gh:`136914`: 修复针对以 :func:`functools.cache` 或 "
1241+ ":class:`functools.cached_property` 装饰的对象提取 :attr:`doctest.DocTest.lineno` "
1242+ "的问题。"
12321243
12331244#: ../NEWS:555
12341245msgid ""
@@ -1378,7 +1389,7 @@ msgstr ""
13781389msgid ""
13791390":gh:`137273`: Fix debug assertion failure in :func:`locale.setlocale` on "
13801391"Windows."
1381- msgstr ""
1392+ msgstr ":gh:`137273`: 修复在 Windows 上 :func:`locale.setlocale` 中的调试断言失败问题。 "
13821393
13831394#: ../NEWS:657
13841395msgid ""
@@ -1391,6 +1402,8 @@ msgid ""
13911402"like object>` when working on a tar archive. (Contributed by Alexander "
13921403"Enrique Urieles Nieto in :gh:`81325`.)"
13931404msgstr ""
1405+ ":gh:`81325`: 当处理 tar 归档时 :class:`tarfile.TarFile` 现在可接受 :term:`路径型对象 <path-"
1406+ "like object>`。 (由 Alexander Enrique Urieles Nieto 在 :gh:`81325` 中贡献。)"
13941407
13951408#: ../NEWS:663
13961409msgid ""
0 commit comments