7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.11\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2023-05-09 00:15+0000 \n "
10
+ "POT-Creation-Date : 2023-07-17 17:39+0800 \n "
11
11
"PO-Revision-Date : 2018-05-23 14:04+0000\n "
12
12
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -74,187 +74,187 @@ msgid ""
74
74
"allowed:"
75
75
msgstr ""
76
76
77
- #: ../../c-api/bytes.rst:68
77
+ #: ../../c-api/bytes.rst:65
78
78
msgid "Format Characters"
79
79
msgstr ""
80
80
81
- #: ../../c-api/bytes.rst:68
81
+ #: ../../c-api/bytes.rst:65
82
82
msgid "Type"
83
83
msgstr ""
84
84
85
- #: ../../c-api/bytes.rst:68
85
+ #: ../../c-api/bytes.rst:65
86
86
msgid "Comment"
87
87
msgstr ""
88
88
89
- #: ../../c-api/bytes.rst:70
89
+ #: ../../c-api/bytes.rst:67
90
90
msgid ":attr:`%%`"
91
91
msgstr ":attr:`%%`"
92
92
93
- #: ../../c-api/bytes.rst:70
93
+ #: ../../c-api/bytes.rst:67
94
94
msgid "*n/a*"
95
95
msgstr "*n/a*"
96
96
97
- #: ../../c-api/bytes.rst:70
97
+ #: ../../c-api/bytes.rst:67
98
98
msgid "The literal % character."
99
99
msgstr ""
100
100
101
- #: ../../c-api/bytes.rst:72
101
+ #: ../../c-api/bytes.rst:69
102
102
msgid ":attr:`%c`"
103
103
msgstr ":attr:`%c`"
104
104
105
- #: ../../c-api/bytes.rst:72 ../../c-api/bytes.rst:75 ../../c-api/bytes.rst:93
106
- #: ../../c-api/bytes.rst:96
105
+ #: ../../c-api/bytes.rst:69 ../../c-api/bytes.rst:72 ../../c-api/bytes.rst:90
106
+ #: ../../c-api/bytes.rst:93
107
107
msgid "int"
108
108
msgstr "int"
109
109
110
- #: ../../c-api/bytes.rst:72
110
+ #: ../../c-api/bytes.rst:69
111
111
msgid "A single byte, represented as a C int."
112
112
msgstr ""
113
113
114
- #: ../../c-api/bytes.rst:75
114
+ #: ../../c-api/bytes.rst:72
115
115
msgid ":attr:`%d`"
116
116
msgstr ":attr:`%d`"
117
117
118
- #: ../../c-api/bytes.rst:75
118
+ #: ../../c-api/bytes.rst:72
119
119
msgid "Equivalent to ``printf(\" %d\" )``. [1]_"
120
120
msgstr "等價於 ``printf(\" %d\" )``. [1]_"
121
121
122
- #: ../../c-api/bytes.rst:78
122
+ #: ../../c-api/bytes.rst:75
123
123
msgid ":attr:`%u`"
124
124
msgstr ":attr:`%u`"
125
125
126
- #: ../../c-api/bytes.rst:78
126
+ #: ../../c-api/bytes.rst:75
127
127
msgid "unsigned int"
128
128
msgstr "unsigned int"
129
129
130
- #: ../../c-api/bytes.rst:78
130
+ #: ../../c-api/bytes.rst:75
131
131
msgid "Equivalent to ``printf(\" %u\" )``. [1]_"
132
132
msgstr "等價於 ``printf(\" %u\" )``. [1]_"
133
133
134
- #: ../../c-api/bytes.rst:81
134
+ #: ../../c-api/bytes.rst:78
135
135
msgid ":attr:`%ld`"
136
136
msgstr ":attr:`%ld`"
137
137
138
- #: ../../c-api/bytes.rst:81
138
+ #: ../../c-api/bytes.rst:78
139
139
msgid "long"
140
140
msgstr "long"
141
141
142
- #: ../../c-api/bytes.rst:81
142
+ #: ../../c-api/bytes.rst:78
143
143
msgid "Equivalent to ``printf(\" %ld\" )``. [1]_"
144
144
msgstr "等價於 ``printf(\" %ld\" )``. [1]_"
145
145
146
- #: ../../c-api/bytes.rst:84
146
+ #: ../../c-api/bytes.rst:81
147
147
msgid ":attr:`%lu`"
148
148
msgstr ":attr:`%lu`"
149
149
150
- #: ../../c-api/bytes.rst:84
150
+ #: ../../c-api/bytes.rst:81
151
151
msgid "unsigned long"
152
152
msgstr "unsigned long"
153
153
154
- #: ../../c-api/bytes.rst:84
154
+ #: ../../c-api/bytes.rst:81
155
155
msgid "Equivalent to ``printf(\" %lu\" )``. [1]_"
156
156
msgstr "等價於 ``printf(\" %lu\" )``. [1]_"
157
157
158
- #: ../../c-api/bytes.rst:87
158
+ #: ../../c-api/bytes.rst:84
159
159
msgid ":attr:`%zd`"
160
160
msgstr ":attr:`%zd`"
161
161
162
- #: ../../c-api/bytes.rst:87
162
+ #: ../../c-api/bytes.rst:84
163
163
msgid ":c:type:`\\ Py_ssize_t`"
164
164
msgstr ":c:type:`\\ Py_ssize_t`"
165
165
166
- #: ../../c-api/bytes.rst:87
166
+ #: ../../c-api/bytes.rst:84
167
167
msgid "Equivalent to ``printf(\" %zd\" )``. [1]_"
168
168
msgstr "等價於 ``printf(\" %zd\" )``. [1]_"
169
169
170
- #: ../../c-api/bytes.rst:90
170
+ #: ../../c-api/bytes.rst:87
171
171
msgid ":attr:`%zu`"
172
172
msgstr ":attr:`%zu`"
173
173
174
- #: ../../c-api/bytes.rst:90
174
+ #: ../../c-api/bytes.rst:87
175
175
msgid "size_t"
176
176
msgstr "size_t"
177
177
178
- #: ../../c-api/bytes.rst:90
178
+ #: ../../c-api/bytes.rst:87
179
179
msgid "Equivalent to ``printf(\" %zu\" )``. [1]_"
180
180
msgstr "等價於 ``printf(\" %zu\" )``. [1]_"
181
181
182
- #: ../../c-api/bytes.rst:93
182
+ #: ../../c-api/bytes.rst:90
183
183
msgid ":attr:`%i`"
184
184
msgstr ":attr:`%i`"
185
185
186
- #: ../../c-api/bytes.rst:93
186
+ #: ../../c-api/bytes.rst:90
187
187
msgid "Equivalent to ``printf(\" %i\" )``. [1]_"
188
188
msgstr "等價於 ``printf(\" %i\" )``. [1]_"
189
189
190
- #: ../../c-api/bytes.rst:96
190
+ #: ../../c-api/bytes.rst:93
191
191
msgid ":attr:`%x`"
192
192
msgstr ":attr:`%x`"
193
193
194
- #: ../../c-api/bytes.rst:96
194
+ #: ../../c-api/bytes.rst:93
195
195
msgid "Equivalent to ``printf(\" %x\" )``. [1]_"
196
196
msgstr "等價於 ``printf(\" %x\" )``. [1]_"
197
197
198
- #: ../../c-api/bytes.rst:99
198
+ #: ../../c-api/bytes.rst:96
199
199
msgid ":attr:`%s`"
200
200
msgstr ":attr:`%s`"
201
201
202
- #: ../../c-api/bytes.rst:99
202
+ #: ../../c-api/bytes.rst:96
203
203
msgid "const char\\ *"
204
204
msgstr "const char\\ *"
205
205
206
- #: ../../c-api/bytes.rst:99
206
+ #: ../../c-api/bytes.rst:96
207
207
msgid "A null-terminated C character array."
208
208
msgstr ""
209
209
210
- #: ../../c-api/bytes.rst:102
210
+ #: ../../c-api/bytes.rst:99
211
211
msgid ":attr:`%p`"
212
212
msgstr ":attr:`%p`"
213
213
214
- #: ../../c-api/bytes.rst:102
214
+ #: ../../c-api/bytes.rst:99
215
215
msgid "const void\\ *"
216
216
msgstr "const void\\ *"
217
217
218
- #: ../../c-api/bytes.rst:102
218
+ #: ../../c-api/bytes.rst:99
219
219
msgid ""
220
220
"The hex representation of a C pointer. Mostly equivalent to "
221
221
"``printf(\" %p\" )`` except that it is guaranteed to start with the literal "
222
222
"``0x`` regardless of what the platform's ``printf`` yields."
223
223
msgstr ""
224
224
225
- #: ../../c-api/bytes.rst:111
225
+ #: ../../c-api/bytes.rst:108
226
226
msgid ""
227
227
"An unrecognized format character causes all the rest of the format string to "
228
228
"be copied as-is to the result object, and any extra arguments discarded."
229
229
msgstr ""
230
230
231
- #: ../../c-api/bytes.rst:114
231
+ #: ../../c-api/bytes.rst:111
232
232
msgid ""
233
233
"For integer specifiers (d, u, ld, lu, zd, zu, i, x): the 0-conversion flag "
234
234
"has effect even when a precision is given."
235
235
msgstr ""
236
236
237
- #: ../../c-api/bytes.rst:120
237
+ #: ../../c-api/bytes.rst:117
238
238
msgid ""
239
239
"Identical to :c:func:`PyBytes_FromFormat` except that it takes exactly two "
240
240
"arguments."
241
241
msgstr ""
242
242
243
- #: ../../c-api/bytes.rst:126
243
+ #: ../../c-api/bytes.rst:123
244
244
msgid ""
245
245
"Return the bytes representation of object *o* that implements the buffer "
246
246
"protocol."
247
247
msgstr ""
248
248
249
- #: ../../c-api/bytes.rst:132
249
+ #: ../../c-api/bytes.rst:129
250
250
msgid "Return the length of the bytes in bytes object *o*."
251
251
msgstr ""
252
252
253
- #: ../../c-api/bytes.rst:137
253
+ #: ../../c-api/bytes.rst:134
254
254
msgid "Similar to :c:func:`PyBytes_Size`, but without error checking."
255
255
msgstr ""
256
256
257
- #: ../../c-api/bytes.rst:142
257
+ #: ../../c-api/bytes.rst:139
258
258
msgid ""
259
259
"Return a pointer to the contents of *o*. The pointer refers to the internal "
260
260
"buffer of *o*, which consists of ``len(o) + 1`` bytes. The last byte in the "
@@ -265,24 +265,24 @@ msgid ""
265
265
"`PyBytes_AsString` returns ``NULL`` and raises :exc:`TypeError`."
266
266
msgstr ""
267
267
268
- #: ../../c-api/bytes.rst:154
268
+ #: ../../c-api/bytes.rst:151
269
269
msgid "Similar to :c:func:`PyBytes_AsString`, but without error checking."
270
270
msgstr ""
271
271
272
- #: ../../c-api/bytes.rst:159
272
+ #: ../../c-api/bytes.rst:156
273
273
msgid ""
274
274
"Return the null-terminated contents of the object *obj* through the output "
275
275
"variables *buffer* and *length*."
276
276
msgstr ""
277
277
278
- #: ../../c-api/bytes.rst:162
278
+ #: ../../c-api/bytes.rst:159
279
279
msgid ""
280
280
"If *length* is ``NULL``, the bytes object may not contain embedded null "
281
281
"bytes; if it does, the function returns ``-1`` and a :exc:`ValueError` is "
282
282
"raised."
283
283
msgstr ""
284
284
285
- #: ../../c-api/bytes.rst:166
285
+ #: ../../c-api/bytes.rst:163
286
286
msgid ""
287
287
"The buffer refers to an internal buffer of *obj*, which includes an "
288
288
"additional null byte at the end (not counted in *length*). The data must "
@@ -292,13 +292,13 @@ msgid ""
292
292
"returns ``-1`` and raises :exc:`TypeError`."
293
293
msgstr ""
294
294
295
- #: ../../c-api/bytes.rst:173
295
+ #: ../../c-api/bytes.rst:170
296
296
msgid ""
297
297
"Previously, :exc:`TypeError` was raised when embedded null bytes were "
298
298
"encountered in the bytes object."
299
299
msgstr ""
300
300
301
- #: ../../c-api/bytes.rst:180
301
+ #: ../../c-api/bytes.rst:177
302
302
msgid ""
303
303
"Create a new bytes object in *\\ *bytes* containing the contents of *newpart* "
304
304
"appended to *bytes*; the caller will own the new reference. The reference "
@@ -307,14 +307,14 @@ msgid ""
307
307
"of *\\ *bytes* will be set to ``NULL``; the appropriate exception will be set."
308
308
msgstr ""
309
309
310
- #: ../../c-api/bytes.rst:189
310
+ #: ../../c-api/bytes.rst:186
311
311
msgid ""
312
312
"Create a new bytes object in *\\ *bytes* containing the contents of *newpart* "
313
313
"appended to *bytes*. This version decrements the reference count of "
314
314
"*newpart*."
315
315
msgstr ""
316
316
317
- #: ../../c-api/bytes.rst:196
317
+ #: ../../c-api/bytes.rst:193
318
318
msgid ""
319
319
"A way to resize a bytes object even though it is \" immutable\" . Only use "
320
320
"this to build up a brand new bytes object; don't use this if the bytes may "
0 commit comments