@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.12\n "
14
14
"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 "
16
16
"PO-Revision-Date : 2024-07-26 14:50+0000\n "
17
17
"
Last-Translator :
Rafael Fontenelle <[email protected] >, 2025\n "
18
18
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -77,6 +77,17 @@ msgstr ""
77
77
"它几乎未经测试,具有令人困惑的 API,并且仅适用于 Jython 支持。 (由 Nikita Sobolev 在 :gh:`116349` 中贡献。)"
78
78
79
79
#: ../../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
80
91
msgid ""
81
92
":mod:`threading`: Passing any arguments to :func:`threading.RLock` is now "
82
93
"deprecated. C version allows any numbers of args and kwargs, but they are "
@@ -88,11 +99,11 @@ msgstr ""
88
99
" 和 kwargs,但它们都会被忽略。 Python 版本不允许任何参数。 在 Python 3.15 中将从 "
89
100
":func:`threading.RLock` 移除所有参数。 (由 Nikita Sobolev 在 :gh:`102029` 中贡献。)"
90
101
91
- #: ../../deprecations/pending-removal-in-3.15.rst:38
102
+ #: ../../deprecations/pending-removal-in-3.15.rst:43
92
103
msgid ":class:`typing.NamedTuple`:"
93
104
msgstr ":class:`typing.NamedTuple`:"
94
105
95
- #: ../../deprecations/pending-removal-in-3.15.rst:40
106
+ #: ../../deprecations/pending-removal-in-3.15.rst:45
96
107
msgid ""
97
108
"The undocumented keyword argument syntax for creating :class:`!NamedTuple` "
98
109
"classes (``NT = NamedTuple(\" NT\" , x=int)``) is deprecated, and will be "
@@ -102,11 +113,11 @@ msgstr ""
102
113
"创建 :class:`!NamedTuple` 类 (``NT = NamedTuple(\" NT\" , x=int)``) "
103
114
"的关键字参数语法从未写入文档且已被弃用,并将在 3.15 中被禁止。 请改用基于类的语法或函数语法。"
104
115
105
- #: ../../deprecations/pending-removal-in-3.15.rst:44
116
+ #: ../../deprecations/pending-removal-in-3.15.rst:49
106
117
msgid ":mod:`types`:"
107
118
msgstr ":mod:`types`:"
108
119
109
- #: ../../deprecations/pending-removal-in-3.15.rst:46
120
+ #: ../../deprecations/pending-removal-in-3.15.rst:51
110
121
msgid ""
111
122
":class:`types.CodeType`: Accessing :attr:`~codeobject.co_lnotab` was "
112
123
"deprecated in :pep:`626` since 3.10 and was planned to be removed in 3.12, "
@@ -117,11 +128,11 @@ msgstr ""
117
128
":pep:`626` 被弃用并曾计划在 3.12 中移除,但在 3.12 中实际仅设置了 :exc:`DeprecationWarning`。 可能会在"
118
129
" 3.15 中移除。 (由 Nikita Sobolev 在 :gh:`101866` 中贡献。)"
119
130
120
- #: ../../deprecations/pending-removal-in-3.15.rst:53
131
+ #: ../../deprecations/pending-removal-in-3.15.rst:58
121
132
msgid ":mod:`typing`:"
122
133
msgstr ":mod:`typing`:"
123
134
124
- #: ../../deprecations/pending-removal-in-3.15.rst:55
135
+ #: ../../deprecations/pending-removal-in-3.15.rst:60
125
136
msgid ""
126
137
"When using the functional syntax to create a :class:`!NamedTuple` class, "
127
138
"failing to pass a value to the *fields* parameter (``NT = "
@@ -137,7 +148,7 @@ msgstr ""
137
148
":class:`!NamedTuple` 类,请使用 ``class NT(NamedTuple): pass`` 或 ``NT = "
138
149
"NamedTuple(\" NT\" , [])``。"
139
150
140
- #: ../../deprecations/pending-removal-in-3.15.rst:62
151
+ #: ../../deprecations/pending-removal-in-3.15.rst:67
141
152
msgid ""
142
153
":class:`typing.TypedDict`: When using the functional syntax to create a "
143
154
":class:`!TypedDict` class, failing to pass a value to the *fields* parameter"
@@ -153,7 +164,7 @@ msgstr ""
153
164
":class:`!TypedDict` 类,请使用 ``class TD(TypedDict): pass`` 或 ``TD = "
154
165
"TypedDict(\" TD\" , {})``。"
155
166
156
- #: ../../deprecations/pending-removal-in-3.15.rst:69
167
+ #: ../../deprecations/pending-removal-in-3.15.rst:74
157
168
msgid ""
158
169
":mod:`wave`: Deprecate the ``getmark()``, ``setmark()`` and ``getmarkers()``"
159
170
" methods of the :class:`wave.Wave_read` and :class:`wave.Wave_write` "
0 commit comments