77msgstr ""
88"Project-Id-Version :Python 3.11\n "
99"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 "
1111"PO-Revision-Date :2018-05-23 14:04+0000\n "
1212"Last-Translator :Adrian Liaw <adrianliaw2000@gmail.com>\n "
1313"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -74,187 +74,187 @@ msgid ""
7474"allowed:"
7575msgstr ""
7676
77- #: ../../c-api/bytes.rst:68
77+ #: ../../c-api/bytes.rst:65
7878msgid "Format Characters"
7979msgstr ""
8080
81- #: ../../c-api/bytes.rst:68
81+ #: ../../c-api/bytes.rst:65
8282msgid "Type"
8383msgstr ""
8484
85- #: ../../c-api/bytes.rst:68
85+ #: ../../c-api/bytes.rst:65
8686msgid "Comment"
8787msgstr ""
8888
89- #: ../../c-api/bytes.rst:70
89+ #: ../../c-api/bytes.rst:67
9090msgid ":attr:`%%`"
9191msgstr ":attr:`%%`"
9292
93- #: ../../c-api/bytes.rst:70
93+ #: ../../c-api/bytes.rst:67
9494msgid "*n/a*"
9595msgstr "*n/a*"
9696
97- #: ../../c-api/bytes.rst:70
97+ #: ../../c-api/bytes.rst:67
9898msgid "The literal % character."
9999msgstr ""
100100
101- #: ../../c-api/bytes.rst:72
101+ #: ../../c-api/bytes.rst:69
102102msgid ":attr:`%c`"
103103msgstr ":attr:`%c`"
104104
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
107107msgid "int"
108108msgstr "int"
109109
110- #: ../../c-api/bytes.rst:72
110+ #: ../../c-api/bytes.rst:69
111111msgid "A single byte, represented as a C int."
112112msgstr ""
113113
114- #: ../../c-api/bytes.rst:75
114+ #: ../../c-api/bytes.rst:72
115115msgid ":attr:`%d`"
116116msgstr ":attr:`%d`"
117117
118- #: ../../c-api/bytes.rst:75
118+ #: ../../c-api/bytes.rst:72
119119msgid "Equivalent to ``printf(\" %d\" )``. [1]_"
120120msgstr "等價於 ``printf(\" %d\" )``. [1]_"
121121
122- #: ../../c-api/bytes.rst:78
122+ #: ../../c-api/bytes.rst:75
123123msgid ":attr:`%u`"
124124msgstr ":attr:`%u`"
125125
126- #: ../../c-api/bytes.rst:78
126+ #: ../../c-api/bytes.rst:75
127127msgid "unsigned int"
128128msgstr "unsigned int"
129129
130- #: ../../c-api/bytes.rst:78
130+ #: ../../c-api/bytes.rst:75
131131msgid "Equivalent to ``printf(\" %u\" )``. [1]_"
132132msgstr "等價於 ``printf(\" %u\" )``. [1]_"
133133
134- #: ../../c-api/bytes.rst:81
134+ #: ../../c-api/bytes.rst:78
135135msgid ":attr:`%ld`"
136136msgstr ":attr:`%ld`"
137137
138- #: ../../c-api/bytes.rst:81
138+ #: ../../c-api/bytes.rst:78
139139msgid "long"
140140msgstr "long"
141141
142- #: ../../c-api/bytes.rst:81
142+ #: ../../c-api/bytes.rst:78
143143msgid "Equivalent to ``printf(\" %ld\" )``. [1]_"
144144msgstr "等價於 ``printf(\" %ld\" )``. [1]_"
145145
146- #: ../../c-api/bytes.rst:84
146+ #: ../../c-api/bytes.rst:81
147147msgid ":attr:`%lu`"
148148msgstr ":attr:`%lu`"
149149
150- #: ../../c-api/bytes.rst:84
150+ #: ../../c-api/bytes.rst:81
151151msgid "unsigned long"
152152msgstr "unsigned long"
153153
154- #: ../../c-api/bytes.rst:84
154+ #: ../../c-api/bytes.rst:81
155155msgid "Equivalent to ``printf(\" %lu\" )``. [1]_"
156156msgstr "等價於 ``printf(\" %lu\" )``. [1]_"
157157
158- #: ../../c-api/bytes.rst:87
158+ #: ../../c-api/bytes.rst:84
159159msgid ":attr:`%zd`"
160160msgstr ":attr:`%zd`"
161161
162- #: ../../c-api/bytes.rst:87
162+ #: ../../c-api/bytes.rst:84
163163msgid ":c:type:`\\ Py_ssize_t`"
164164msgstr ":c:type:`\\ Py_ssize_t`"
165165
166- #: ../../c-api/bytes.rst:87
166+ #: ../../c-api/bytes.rst:84
167167msgid "Equivalent to ``printf(\" %zd\" )``. [1]_"
168168msgstr "等價於 ``printf(\" %zd\" )``. [1]_"
169169
170- #: ../../c-api/bytes.rst:90
170+ #: ../../c-api/bytes.rst:87
171171msgid ":attr:`%zu`"
172172msgstr ":attr:`%zu`"
173173
174- #: ../../c-api/bytes.rst:90
174+ #: ../../c-api/bytes.rst:87
175175msgid "size_t"
176176msgstr "size_t"
177177
178- #: ../../c-api/bytes.rst:90
178+ #: ../../c-api/bytes.rst:87
179179msgid "Equivalent to ``printf(\" %zu\" )``. [1]_"
180180msgstr "等價於 ``printf(\" %zu\" )``. [1]_"
181181
182- #: ../../c-api/bytes.rst:93
182+ #: ../../c-api/bytes.rst:90
183183msgid ":attr:`%i`"
184184msgstr ":attr:`%i`"
185185
186- #: ../../c-api/bytes.rst:93
186+ #: ../../c-api/bytes.rst:90
187187msgid "Equivalent to ``printf(\" %i\" )``. [1]_"
188188msgstr "等價於 ``printf(\" %i\" )``. [1]_"
189189
190- #: ../../c-api/bytes.rst:96
190+ #: ../../c-api/bytes.rst:93
191191msgid ":attr:`%x`"
192192msgstr ":attr:`%x`"
193193
194- #: ../../c-api/bytes.rst:96
194+ #: ../../c-api/bytes.rst:93
195195msgid "Equivalent to ``printf(\" %x\" )``. [1]_"
196196msgstr "等價於 ``printf(\" %x\" )``. [1]_"
197197
198- #: ../../c-api/bytes.rst:99
198+ #: ../../c-api/bytes.rst:96
199199msgid ":attr:`%s`"
200200msgstr ":attr:`%s`"
201201
202- #: ../../c-api/bytes.rst:99
202+ #: ../../c-api/bytes.rst:96
203203msgid "const char\\ *"
204204msgstr "const char\\ *"
205205
206- #: ../../c-api/bytes.rst:99
206+ #: ../../c-api/bytes.rst:96
207207msgid "A null-terminated C character array."
208208msgstr ""
209209
210- #: ../../c-api/bytes.rst:102
210+ #: ../../c-api/bytes.rst:99
211211msgid ":attr:`%p`"
212212msgstr ":attr:`%p`"
213213
214- #: ../../c-api/bytes.rst:102
214+ #: ../../c-api/bytes.rst:99
215215msgid "const void\\ *"
216216msgstr "const void\\ *"
217217
218- #: ../../c-api/bytes.rst:102
218+ #: ../../c-api/bytes.rst:99
219219msgid ""
220220"The hex representation of a C pointer. Mostly equivalent to "
221221"``printf(\" %p\" )`` except that it is guaranteed to start with the literal "
222222"``0x`` regardless of what the platform's ``printf`` yields."
223223msgstr ""
224224
225- #: ../../c-api/bytes.rst:111
225+ #: ../../c-api/bytes.rst:108
226226msgid ""
227227"An unrecognized format character causes all the rest of the format string to "
228228"be copied as-is to the result object, and any extra arguments discarded."
229229msgstr ""
230230
231- #: ../../c-api/bytes.rst:114
231+ #: ../../c-api/bytes.rst:111
232232msgid ""
233233"For integer specifiers (d, u, ld, lu, zd, zu, i, x): the 0-conversion flag "
234234"has effect even when a precision is given."
235235msgstr ""
236236
237- #: ../../c-api/bytes.rst:120
237+ #: ../../c-api/bytes.rst:117
238238msgid ""
239239"Identical to :c:func:`PyBytes_FromFormat` except that it takes exactly two "
240240"arguments."
241241msgstr ""
242242
243- #: ../../c-api/bytes.rst:126
243+ #: ../../c-api/bytes.rst:123
244244msgid ""
245245"Return the bytes representation of object *o* that implements the buffer "
246246"protocol."
247247msgstr ""
248248
249- #: ../../c-api/bytes.rst:132
249+ #: ../../c-api/bytes.rst:129
250250msgid "Return the length of the bytes in bytes object *o*."
251251msgstr ""
252252
253- #: ../../c-api/bytes.rst:137
253+ #: ../../c-api/bytes.rst:134
254254msgid "Similar to :c:func:`PyBytes_Size`, but without error checking."
255255msgstr ""
256256
257- #: ../../c-api/bytes.rst:142
257+ #: ../../c-api/bytes.rst:139
258258msgid ""
259259"Return a pointer to the contents of *o*. The pointer refers to the internal "
260260"buffer of *o*, which consists of ``len(o) + 1`` bytes. The last byte in the "
@@ -265,24 +265,24 @@ msgid ""
265265"`PyBytes_AsString` returns ``NULL`` and raises :exc:`TypeError`."
266266msgstr ""
267267
268- #: ../../c-api/bytes.rst:154
268+ #: ../../c-api/bytes.rst:151
269269msgid "Similar to :c:func:`PyBytes_AsString`, but without error checking."
270270msgstr ""
271271
272- #: ../../c-api/bytes.rst:159
272+ #: ../../c-api/bytes.rst:156
273273msgid ""
274274"Return the null-terminated contents of the object *obj* through the output "
275275"variables *buffer* and *length*."
276276msgstr ""
277277
278- #: ../../c-api/bytes.rst:162
278+ #: ../../c-api/bytes.rst:159
279279msgid ""
280280"If *length* is ``NULL``, the bytes object may not contain embedded null "
281281"bytes; if it does, the function returns ``-1`` and a :exc:`ValueError` is "
282282"raised."
283283msgstr ""
284284
285- #: ../../c-api/bytes.rst:166
285+ #: ../../c-api/bytes.rst:163
286286msgid ""
287287"The buffer refers to an internal buffer of *obj*, which includes an "
288288"additional null byte at the end (not counted in *length*). The data must "
@@ -292,13 +292,13 @@ msgid ""
292292"returns ``-1`` and raises :exc:`TypeError`."
293293msgstr ""
294294
295- #: ../../c-api/bytes.rst:173
295+ #: ../../c-api/bytes.rst:170
296296msgid ""
297297"Previously, :exc:`TypeError` was raised when embedded null bytes were "
298298"encountered in the bytes object."
299299msgstr ""
300300
301- #: ../../c-api/bytes.rst:180
301+ #: ../../c-api/bytes.rst:177
302302msgid ""
303303"Create a new bytes object in *\\ *bytes* containing the contents of *newpart* "
304304"appended to *bytes*; the caller will own the new reference. The reference "
@@ -307,14 +307,14 @@ msgid ""
307307"of *\\ *bytes* will be set to ``NULL``; the appropriate exception will be set."
308308msgstr ""
309309
310- #: ../../c-api/bytes.rst:189
310+ #: ../../c-api/bytes.rst:186
311311msgid ""
312312"Create a new bytes object in *\\ *bytes* containing the contents of *newpart* "
313313"appended to *bytes*. This version decrements the reference count of "
314314"*newpart*."
315315msgstr ""
316316
317- #: ../../c-api/bytes.rst:196
317+ #: ../../c-api/bytes.rst:193
318318msgid ""
319319"A way to resize a bytes object even though it is\" immutable\" . Only use "
320320"this to build up a brand new bytes object; don't use this if the bytes may "