88msgstr ""
99"Project-Id-Version : Python 3.13\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2024-09-23 07:52+0800 \n "
11+ "POT-Creation-Date : 2024-10-08 00:13+0000 \n "
1212"PO-Revision-Date : 2017-09-22 18:26+0000\n "
1313"Last-Translator : Leon H.\n "
1414"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -119,8 +119,8 @@ msgid ""
119119"*only* be used to fill in brand new tuples."
120120msgstr ""
121121
122- #: ../../c-api/tuple.rst:102 ../../c-api/tuple.rst:217
123- #: ../../c-api/tuple.rst:235
122+ #: ../../c-api/tuple.rst:102 ../../c-api/tuple.rst:218
123+ #: ../../c-api/tuple.rst:236
124124msgid ""
125125"Bounds checking is performed as an assertion if Python is built in :ref:"
126126"`debug mode <debug-build>` or :option:`with assertions <--with-assertions>`."
@@ -167,7 +167,7 @@ msgid ""
167167"`PyStructSequence_New`."
168168msgstr ""
169169
170- #: ../../c-api/tuple.rst:142 ../../c-api/tuple.rst:210
170+ #: ../../c-api/tuple.rst:142 ../../c-api/tuple.rst:211
171171msgid "Return ``NULL`` with an exception set on failure."
172172msgstr ""
173173
@@ -186,22 +186,24 @@ msgid "Contains the meta information of a struct sequence type to create."
186186msgstr ""
187187
188188#: ../../c-api/tuple.rst:164
189- msgid "Name of the struct sequence type."
189+ msgid ""
190+ "Fully qualified name of the type; null-terminated UTF-8 encoded. The name "
191+ "must contain the module name."
190192msgstr ""
191193
192- #: ../../c-api/tuple.rst:168
194+ #: ../../c-api/tuple.rst:169
193195msgid "Pointer to docstring for the type or ``NULL`` to omit."
194196msgstr ""
195197
196- #: ../../c-api/tuple.rst:172
198+ #: ../../c-api/tuple.rst:173
197199msgid "Pointer to ``NULL``-terminated array with field names of the new type."
198200msgstr ""
199201
200- #: ../../c-api/tuple.rst:176
202+ #: ../../c-api/tuple.rst:177
201203msgid "Number of fields visible to the Python side (if used as tuple)."
202204msgstr ""
203205
204- #: ../../c-api/tuple.rst:181
206+ #: ../../c-api/tuple.rst:182
205207msgid ""
206208"Describes a field of a struct sequence. As a struct sequence is modeled as a "
207209"tuple, all fields are typed as :c:expr:`PyObject*`. The index in the :c:"
@@ -210,59 +212,59 @@ msgid ""
210212"described."
211213msgstr ""
212214
213- #: ../../c-api/tuple.rst:189
215+ #: ../../c-api/tuple.rst:190
214216msgid ""
215217"Name for the field or ``NULL`` to end the list of named fields, set to :c:"
216218"data:`PyStructSequence_UnnamedField` to leave unnamed."
217219msgstr ""
218220
219- #: ../../c-api/tuple.rst:194
221+ #: ../../c-api/tuple.rst:195
220222msgid "Field docstring or ``NULL`` to omit."
221223msgstr ""
222224
223- #: ../../c-api/tuple.rst:199
225+ #: ../../c-api/tuple.rst:200
224226msgid "Special value for a field name to leave it unnamed."
225227msgstr ""
226228
227- #: ../../c-api/tuple.rst:201
229+ #: ../../c-api/tuple.rst:202
228230msgid "The type was changed from ``char *``."
229231msgstr ""
230232
231- #: ../../c-api/tuple.rst:207
233+ #: ../../c-api/tuple.rst:208
232234msgid ""
233235"Creates an instance of *type*, which must have been created with :c:func:"
234236"`PyStructSequence_NewType`."
235237msgstr ""
236238
237- #: ../../c-api/tuple.rst:215
239+ #: ../../c-api/tuple.rst:216
238240msgid ""
239241"Return the object at position *pos* in the struct sequence pointed to by *p*."
240242msgstr ""
241243
242- #: ../../c-api/tuple.rst:223
244+ #: ../../c-api/tuple.rst:224
243245msgid "Alias to :c:func:`PyStructSequence_GetItem`."
244246msgstr ""
245247
246- #: ../../c-api/tuple.rst:225
248+ #: ../../c-api/tuple.rst:226
247249msgid "Now implemented as an alias to :c:func:`PyStructSequence_GetItem`."
248250msgstr ""
249251
250- #: ../../c-api/tuple.rst:231
252+ #: ../../c-api/tuple.rst:232
251253msgid ""
252254"Sets the field at index *pos* of the struct sequence *p* to value *o*. "
253255"Like :c:func:`PyTuple_SET_ITEM`, this should only be used to fill in brand "
254256"new instances."
255257msgstr ""
256258
257- #: ../../c-api/tuple.rst:240
259+ #: ../../c-api/tuple.rst:241
258260msgid "This function \" steals\" a reference to *o*."
259261msgstr ""
260262
261- #: ../../c-api/tuple.rst:245
263+ #: ../../c-api/tuple.rst:246
262264msgid "Alias to :c:func:`PyStructSequence_SetItem`."
263265msgstr ""
264266
265- #: ../../c-api/tuple.rst:247
267+ #: ../../c-api/tuple.rst:248
266268msgid "Now implemented as an alias to :c:func:`PyStructSequence_SetItem`."
267269msgstr ""
268270
0 commit comments