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

Skip to content

Commit 59cd459

Browse files
[po] auto sync
1 parent 2bb241c commit 59cd459

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.36%", "updated_at": "2024-02-06T12:10:11Z"}
1+
{"translation": "90.37%", "updated_at": "2024-02-06T14:08:52Z"}

whatsnew/3.6.po

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1928,7 +1928,7 @@ msgstr ""
19281928

19291929
#: ../../whatsnew/3.6.rst:1274
19301930
msgid ":func:`~os.scandir` now supports :class:`bytes` paths on Windows."
1931-
msgstr ""
1931+
msgstr "现在 :func:`~os.scandir` 支持 Windows 上的 :class:`bytes` 路径。"
19321932

19331933
#: ../../whatsnew/3.6.rst:1276
19341934
msgid ""
@@ -1939,13 +1939,19 @@ msgid ""
19391939
"emitted in its destructor. (Contributed by Serhiy Storchaka in "
19401940
":issue:`25994`.)"
19411941
msgstr ""
1942+
"新增的 :meth:`~os.scandir.close` 方法允许显式地关闭 :func:`~os.scandir` 迭代器。 "
1943+
":func:`~os.scandir` 迭代器现在支持 :term:`context manager` 协议。 如果一个 :func:`scandir`"
1944+
" 迭代器既没有被耗尽也没有被显式地关闭则会在其析构器中发出 :exc:`ResourceWarning`。 (由 Serhiy Storchaka 在 "
1945+
":issue:`25994` 中贡献。)"
19421946

19431947
#: ../../whatsnew/3.6.rst:1286
19441948
msgid ""
19451949
"The Linux ``getrandom()`` syscall (get random bytes) is now exposed as the "
19461950
"new :func:`os.getrandom` function. (Contributed by Victor Stinner, part of "
19471951
"the :pep:`524`)"
19481952
msgstr ""
1953+
"Linux ``getrandom()`` 系统调用(获取随机字节数据)现在被暴露为新的 :func:`os.getrandom` 函数。 (由 "
1954+
"Victor Stinner 贡献,为 :pep:`524` 的一部分)"
19491955

19501956
#: ../../whatsnew/3.6.rst:1292
19511957
msgid "pathlib"
@@ -1956,10 +1962,12 @@ msgid ""
19561962
":mod:`pathlib` now supports :term:`path-like objects <path-like object>`. "
19571963
"(Contributed by Brett Cannon in :issue:`27186`.)"
19581964
msgstr ""
1965+
":mod:`pathlib` 现在支持 :term:`路径型对象 <path-like object>`。 (由 Brett Cannon 在 "
1966+
":issue:`27186` 中贡献。)"
19591967

19601968
#: ../../whatsnew/3.6.rst:1297
19611969
msgid "See the summary of :ref:`PEP 519 <whatsnew36-pep519>` for details."
1962-
msgstr ""
1970+
msgstr "请参阅 :ref:`PEP 519 <whatsnew36-pep519>` 的概览了解详情。"
19631971

19641972
#: ../../whatsnew/3.6.rst:1301
19651973
msgid "pdb"

0 commit comments

Comments
 (0)
0