@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version :Python 3.12\n "
1414"Report-Msgid-Bugs-To :\n "
15- "POT-Creation-Date :2025-02-14 14:53+0000\n "
15+ "POT-Creation-Date :2025-03-07 14:53+0000\n "
1616"PO-Revision-Date :2024-07-26 14:50+0000\n "
1717"Last-Translator :Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
1818"Language-Team :Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -77,6 +77,17 @@ msgstr ""
7777"它几乎未经测试,具有令人困惑的 API,并且仅适用于 Jython 支持。 (由 Nikita Sobolev 在 :gh:`116349` 中贡献。)"
7878
7979#: ../../deprecations/pending-removal-in-3.15.rst:31
80+ msgid ":mod:`sysconfig`:"
81+ msgstr ":mod:`sysconfig`:"
82+
83+ #: ../../deprecations/pending-removal-in-3.15.rst:33
84+ msgid ""
85+ "The *check_home* argument of :func:`sysconfig.is_python_build` has been "
86+ "deprecated since Python 3.12."
87+ msgstr ""
88+ ":func:`sysconfig.is_python_build` 的 *check_home* 参数自 Python 3.12 起已被弃用。"
89+
90+ #: ../../deprecations/pending-removal-in-3.15.rst:36
8091msgid ""
8192":mod:`threading`: Passing any arguments to :func:`threading.RLock` is now "
8293"deprecated. C version allows any numbers of args and kwargs, but they are "
@@ -88,11 +99,11 @@ msgstr ""
8899" 和 kwargs,但它们都会被忽略。 Python 版本不允许任何参数。 在 Python 3.15 中将从 "
89100":func:`threading.RLock` 移除所有参数。 (由 Nikita Sobolev 在 :gh:`102029` 中贡献。)"
90101
91- #: ../../deprecations/pending-removal-in-3.15.rst:38
102+ #: ../../deprecations/pending-removal-in-3.15.rst:43
92103msgid ":class:`typing.NamedTuple`:"
93104msgstr ":class:`typing.NamedTuple`:"
94105
95- #: ../../deprecations/pending-removal-in-3.15.rst:40
106+ #: ../../deprecations/pending-removal-in-3.15.rst:45
96107msgid ""
97108"The undocumented keyword argument syntax for creating :class:`!NamedTuple` "
98109"classes (``NT = NamedTuple(\" NT\" , x=int)``) is deprecated, and will be "
@@ -102,11 +113,11 @@ msgstr ""
102113"创建 :class:`!NamedTuple` 类 (``NT = NamedTuple(\" NT\" , x=int)``) "
103114"的关键字参数语法从未写入文档且已被弃用,并将在 3.15 中被禁止。 请改用基于类的语法或函数语法。"
104115
105- #: ../../deprecations/pending-removal-in-3.15.rst:44
116+ #: ../../deprecations/pending-removal-in-3.15.rst:49
106117msgid ":mod:`types`:"
107118msgstr ":mod:`types`:"
108119
109- #: ../../deprecations/pending-removal-in-3.15.rst:46
120+ #: ../../deprecations/pending-removal-in-3.15.rst:51
110121msgid ""
111122":class:`types.CodeType`: Accessing :attr:`~codeobject.co_lnotab` was "
112123"deprecated in :pep:`626` since 3.10 and was planned to be removed in 3.12, "
@@ -117,11 +128,11 @@ msgstr ""
117128":pep:`626` 被弃用并曾计划在 3.12 中移除,但在 3.12 中实际仅设置了 :exc:`DeprecationWarning`。 可能会在"
118129" 3.15 中移除。 (由 Nikita Sobolev 在 :gh:`101866` 中贡献。)"
119130
120- #: ../../deprecations/pending-removal-in-3.15.rst:53
131+ #: ../../deprecations/pending-removal-in-3.15.rst:58
121132msgid ":mod:`typing`:"
122133msgstr ":mod:`typing`:"
123134
124- #: ../../deprecations/pending-removal-in-3.15.rst:55
135+ #: ../../deprecations/pending-removal-in-3.15.rst:60
125136msgid ""
126137"When using the functional syntax to create a :class:`!NamedTuple` class, "
127138"failing to pass a value to the *fields* parameter (``NT = "
@@ -137,7 +148,7 @@ msgstr ""
137148":class:`!NamedTuple` 类,请使用 ``class NT(NamedTuple): pass`` 或 ``NT = "
138149"NamedTuple(\" NT\" , [])``。"
139150
140- #: ../../deprecations/pending-removal-in-3.15.rst:62
151+ #: ../../deprecations/pending-removal-in-3.15.rst:67
141152msgid ""
142153":class:`typing.TypedDict`: When using the functional syntax to create a "
143154":class:`!TypedDict` class, failing to pass a value to the *fields* parameter"
@@ -153,7 +164,7 @@ msgstr ""
153164":class:`!TypedDict` 类,请使用 ``class TD(TypedDict): pass`` 或 ``TD = "
154165"TypedDict(\" TD\" , {})``。"
155166
156- #: ../../deprecations/pending-removal-in-3.15.rst:69
167+ #: ../../deprecations/pending-removal-in-3.15.rst:74
157168msgid ""
158169":mod:`wave`: Deprecate the ``getmark()``, ``setmark()`` and ``getmarkers()``"
159170" methods of the :class:`wave.Wave_read` and :class:`wave.Wave_write` "