1
1
# Python Documentation Turkish Translation
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
#
5
5
#, fuzzy
6
6
msgid ""
7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.12\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2023-09-18 22:33+0300 \n "
10
+ "POT-Creation-Date : 2024-01-01 00:16+0000 \n "
11
11
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
12
12
"Last-Translator : \n "
13
13
"
Language-Team :
TURKISH <[email protected] >\n "
@@ -269,17 +269,17 @@ msgstr ""
269
269
#: c-api/bytes.rst:156
270
270
msgid ""
271
271
"Return the null-terminated contents of the object *obj* through the output "
272
- "variables *buffer* and *length*."
272
+ "variables *buffer* and *length*. Returns ``0`` on success. "
273
273
msgstr ""
274
274
275
- #: c-api/bytes.rst:159
275
+ #: c-api/bytes.rst:160
276
276
msgid ""
277
277
"If *length* is ``NULL``, the bytes object may not contain embedded null "
278
278
"bytes; if it does, the function returns ``-1`` and a :exc:`ValueError` is "
279
279
"raised."
280
280
msgstr ""
281
281
282
- #: c-api/bytes.rst:163
282
+ #: c-api/bytes.rst:164
283
283
msgid ""
284
284
"The buffer refers to an internal buffer of *obj*, which includes an "
285
285
"additional null byte at the end (not counted in *length*). The data must "
@@ -289,13 +289,13 @@ msgid ""
289
289
"returns ``-1`` and raises :exc:`TypeError`."
290
290
msgstr ""
291
291
292
- #: c-api/bytes.rst:170
292
+ #: c-api/bytes.rst:171
293
293
msgid ""
294
294
"Previously, :exc:`TypeError` was raised when embedded null bytes were "
295
295
"encountered in the bytes object."
296
296
msgstr ""
297
297
298
- #: c-api/bytes.rst:177
298
+ #: c-api/bytes.rst:178
299
299
msgid ""
300
300
"Create a new bytes object in *\\ *bytes* containing the contents of *newpart* "
301
301
"appended to *bytes*; the caller will own the new reference. The reference "
@@ -304,14 +304,14 @@ msgid ""
304
304
"of *\\ *bytes* will be set to ``NULL``; the appropriate exception will be set."
305
305
msgstr ""
306
306
307
- #: c-api/bytes.rst:186
307
+ #: c-api/bytes.rst:187
308
308
msgid ""
309
309
"Create a new bytes object in *\\ *bytes* containing the contents of *newpart* "
310
310
"appended to *bytes*. This version releases the :term:`strong reference` to "
311
311
"*newpart* (i.e. decrements its reference count)."
312
312
msgstr ""
313
313
314
- #: c-api/bytes.rst:193
314
+ #: c-api/bytes.rst:194
315
315
msgid ""
316
316
"A way to resize a bytes object even though it is \" immutable\" . Only use "
317
317
"this to build up a brand new bytes object; don't use this if the bytes may "
0 commit comments