@@ -17,7 +17,7 @@ msgid ""
1717msgstr ""
1818"Project-Id-Version : Python 3.12\n "
1919"Report-Msgid-Bugs-To : \n "
20- "POT-Creation-Date : 2024-01-26 14:13 +0000\n "
20+ "POT-Creation-Date : 2024-02-02 15:40 +0000\n "
2121"PO-Revision-Date : 2021-06-29 13:04+0000\n "
2222"
Last-Translator :
Freesand Leo <[email protected] >, 2024\n "
2323"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -1879,6 +1879,8 @@ msgid ""
18791879"JSON should be represented using either UTF-8, UTF-16, or UTF-32. "
18801880"(Contributed by Serhiy Storchaka in :issue:`17909`.)"
18811881msgstr ""
1882+ "现在 :func:`json.load` 和 :func:`json.loads` 均支持二进制输入。 已编码的 JSON 应当使用 UTF-8, "
1883+ "UTF-16 或 UTF-32 来表示。 (由 Serhiy Storchaka 在 :issue:`17909` 中贡献。)"
18821884
18831885#: ../../whatsnew/3.6.rst:1243
18841886msgid "logging"
@@ -1891,6 +1893,9 @@ msgid ""
18911893"to add the ability to check if the log file needs to be reopened. "
18921894"(Contributed by Marian Horban in :issue:`24884`.)"
18931895msgstr ""
1896+ "新增 :meth:`WatchedFileHandler.reopenIfNeeded() "
1897+ "<logging.handlers.WatchedFileHandler.reopenIfNeeded>` "
1898+ "方法以添加检测日志文件是否需要被重新打开的能力。 (由 Marian Horban 在 :issue:`24884` 中贡献。).)"
18941899
18951900#: ../../whatsnew/3.6.rst:1252
18961901msgid "math"
@@ -1902,6 +1907,8 @@ msgid ""
19021907"modules. (Contributed by Lisa Roach in :issue:`12345`, see :pep:`628` for "
19031908"details.)"
19041909msgstr ""
1910+ "为 :mod:`math` 和 :mod:`cmath` 模块增加了 tau (*τ*) 常量。 (由 Lisa Roach 在 "
1911+ ":issue:`12345` 中贡献,详情见 :pep:`628`。)"
19051912
19061913#: ../../whatsnew/3.6.rst:1260
19071914msgid "multiprocessing"
@@ -1913,6 +1920,8 @@ msgid ""
19131920":func:`multiprocessing.Manager` can now be nested. (Contributed by Davin "
19141921"Potts in :issue:`6766`.)"
19151922msgstr ""
1923+ "由 :func:`multiprocessing.Manager` 返回的 :ref:`代理对象 <multiprocessing-"
1924+ "proxy_objects>` 现在可以被嵌套。 (由 Davin Potts 在 :issue:`6766` 中贡献。)"
19161925
19171926#: ../../whatsnew/3.6.rst:1268 ../../whatsnew/3.6.rst:2017
19181927msgid "os"
@@ -1924,6 +1933,8 @@ msgid ""
19241933" :mod:`os` and :mod:`os.path` modules now support :term:`path-like objects "
19251934"<path-like object>`."
19261935msgstr ""
1936+ "请参阅 :ref:`PEP 519 <whatsnew36-pep519>` 的概览了解现在 :mod:`os` 和 :mod:`os.path` "
1937+ "模块如何支持 :term:`路径型对象 <path-like object>` 的详情。"
19271938
19281939#: ../../whatsnew/3.6.rst:1274
19291940msgid ":func:`~os.scandir` now supports :class:`bytes` paths on Windows."
0 commit comments