8
8
msgstr ""
9
9
"Project-Id-Version :Python 3.13\n "
10
10
"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 "
12
12
"PO-Revision-Date :2017-09-22 18:26+0000\n "
13
13
"Last-Translator :Leon H.\n "
14
14
"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -119,8 +119,8 @@ msgid ""
119
119
"*only* be used to fill in brand new tuples."
120
120
msgstr ""
121
121
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
124
124
msgid ""
125
125
"Bounds checking is performed as an assertion if Python is built in :ref:"
126
126
"`debug mode <debug-build>` or :option:`with assertions <--with-assertions>`."
@@ -167,7 +167,7 @@ msgid ""
167
167
"`PyStructSequence_New`."
168
168
msgstr ""
169
169
170
- #: ../../c-api/tuple.rst:142 ../../c-api/tuple.rst:210
170
+ #: ../../c-api/tuple.rst:142 ../../c-api/tuple.rst:211
171
171
msgid "Return ``NULL`` with an exception set on failure."
172
172
msgstr ""
173
173
@@ -186,22 +186,24 @@ msgid "Contains the meta information of a struct sequence type to create."
186
186
msgstr ""
187
187
188
188
#: ../../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."
190
192
msgstr ""
191
193
192
- #: ../../c-api/tuple.rst:168
194
+ #: ../../c-api/tuple.rst:169
193
195
msgid "Pointer to docstring for the type or ``NULL`` to omit."
194
196
msgstr ""
195
197
196
- #: ../../c-api/tuple.rst:172
198
+ #: ../../c-api/tuple.rst:173
197
199
msgid "Pointer to ``NULL``-terminated array with field names of the new type."
198
200
msgstr ""
199
201
200
- #: ../../c-api/tuple.rst:176
202
+ #: ../../c-api/tuple.rst:177
201
203
msgid "Number of fields visible to the Python side (if used as tuple)."
202
204
msgstr ""
203
205
204
- #: ../../c-api/tuple.rst:181
206
+ #: ../../c-api/tuple.rst:182
205
207
msgid ""
206
208
"Describes a field of a struct sequence. As a struct sequence is modeled as a "
207
209
"tuple, all fields are typed as :c:expr:`PyObject*`. The index in the :c:"
@@ -210,59 +212,59 @@ msgid ""
210
212
"described."
211
213
msgstr ""
212
214
213
- #: ../../c-api/tuple.rst:189
215
+ #: ../../c-api/tuple.rst:190
214
216
msgid ""
215
217
"Name for the field or ``NULL`` to end the list of named fields, set to :c:"
216
218
"data:`PyStructSequence_UnnamedField` to leave unnamed."
217
219
msgstr ""
218
220
219
- #: ../../c-api/tuple.rst:194
221
+ #: ../../c-api/tuple.rst:195
220
222
msgid "Field docstring or ``NULL`` to omit."
221
223
msgstr ""
222
224
223
- #: ../../c-api/tuple.rst:199
225
+ #: ../../c-api/tuple.rst:200
224
226
msgid "Special value for a field name to leave it unnamed."
225
227
msgstr ""
226
228
227
- #: ../../c-api/tuple.rst:201
229
+ #: ../../c-api/tuple.rst:202
228
230
msgid "The type was changed from ``char *``."
229
231
msgstr ""
230
232
231
- #: ../../c-api/tuple.rst:207
233
+ #: ../../c-api/tuple.rst:208
232
234
msgid ""
233
235
"Creates an instance of *type*, which must have been created with :c:func:"
234
236
"`PyStructSequence_NewType`."
235
237
msgstr ""
236
238
237
- #: ../../c-api/tuple.rst:215
239
+ #: ../../c-api/tuple.rst:216
238
240
msgid ""
239
241
"Return the object at position *pos* in the struct sequence pointed to by *p*."
240
242
msgstr ""
241
243
242
- #: ../../c-api/tuple.rst:223
244
+ #: ../../c-api/tuple.rst:224
243
245
msgid "Alias to :c:func:`PyStructSequence_GetItem`."
244
246
msgstr ""
245
247
246
- #: ../../c-api/tuple.rst:225
248
+ #: ../../c-api/tuple.rst:226
247
249
msgid "Now implemented as an alias to :c:func:`PyStructSequence_GetItem`."
248
250
msgstr ""
249
251
250
- #: ../../c-api/tuple.rst:231
252
+ #: ../../c-api/tuple.rst:232
251
253
msgid ""
252
254
"Sets the field at index *pos* of the struct sequence *p* to value *o*. "
253
255
"Like :c:func:`PyTuple_SET_ITEM`, this should only be used to fill in brand "
254
256
"new instances."
255
257
msgstr ""
256
258
257
- #: ../../c-api/tuple.rst:240
259
+ #: ../../c-api/tuple.rst:241
258
260
msgid "This function\" steals\" a reference to *o*."
259
261
msgstr ""
260
262
261
- #: ../../c-api/tuple.rst:245
263
+ #: ../../c-api/tuple.rst:246
262
264
msgid "Alias to :c:func:`PyStructSequence_SetItem`."
263
265
msgstr ""
264
266
265
- #: ../../c-api/tuple.rst:247
267
+ #: ../../c-api/tuple.rst:248
266
268
msgid "Now implemented as an alias to :c:func:`PyStructSequence_SetItem`."
267
269
msgstr ""
268
270