@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.8\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2019-09-01 14:24 +0000\n "
14
+ "POT-Creation-Date : 2019-10-31 11:48 +0000\n "
15
15
"PO-Revision-Date : 2017-02-16 17:33+0000\n "
16
16
"Last-Translator : oon arfiandwi <oon.arfiandwi@gmail.com>, 2019\n "
17
17
"Language-Team : Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n "
@@ -93,8 +93,8 @@ msgstr ""
93
93
msgid ""
94
94
"Some formats require a read-only :term:`bytes-like object`, and set a "
95
95
"pointer instead of a buffer structure. They work by checking that the "
96
- "object's :c:member:`PyBufferProcs.bf_releasebuffer` field is * NULL* , which "
97
- "disallows mutable objects such as :class:`bytearray`."
96
+ "object's :c:member:`PyBufferProcs.bf_releasebuffer` field is `` NULL`` , which"
97
+ " disallows mutable objects such as :class:`bytearray`."
98
98
msgstr ""
99
99
100
100
#: ../../c-api/arg.rst:58
@@ -171,7 +171,7 @@ msgstr "``z`` (:class:`str` atau ``None``) [const char \\*]"
171
171
#: ../../c-api/arg.rst:101
172
172
msgid ""
173
173
"Like ``s``, but the Python object may also be ``None``, in which case the C "
174
- "pointer is set to * NULL* ."
174
+ "pointer is set to `` NULL`` ."
175
175
msgstr ""
176
176
177
177
#: ../../c-api/arg.rst:106
@@ -183,7 +183,7 @@ msgstr ""
183
183
#: ../../c-api/arg.rst:105
184
184
msgid ""
185
185
"Like ``s*``, but the Python object may also be ``None``, in which case the "
186
- "``buf`` member of the :c:type:`Py_buffer` structure is set to * NULL* ."
186
+ "``buf`` member of the :c:type:`Py_buffer` structure is set to `` NULL`` ."
187
187
msgstr ""
188
188
189
189
#: ../../c-api/arg.rst:110
@@ -195,7 +195,7 @@ msgstr ""
195
195
#: ../../c-api/arg.rst:109
196
196
msgid ""
197
197
"Like ``s#``, but the Python object may also be ``None``, in which case the C"
198
- " pointer is set to * NULL* ."
198
+ " pointer is set to `` NULL`` ."
199
199
msgstr ""
200
200
201
201
#: ../../c-api/arg.rst:120
@@ -299,7 +299,7 @@ msgstr "``Z`` (:class:`str` atau ``None``) [const Py_UNICODE \\*]"
299
299
#: ../../c-api/arg.rst:168
300
300
msgid ""
301
301
"Like ``u``, but the Python object may also be ``None``, in which case the "
302
- ":c:type:`Py_UNICODE` pointer is set to * NULL* ."
302
+ ":c:type:`Py_UNICODE` pointer is set to `` NULL`` ."
303
303
msgstr ""
304
304
305
305
#: ../../c-api/arg.rst:181
@@ -309,7 +309,7 @@ msgstr "``Z#`` (:class:`str` atau ``None``) [const Py_UNICODE \\*, int]"
309
309
#: ../../c-api/arg.rst:176
310
310
msgid ""
311
311
"Like ``u#``, but the Python object may also be ``None``, in which case the "
312
- ":c:type:`Py_UNICODE` pointer is set to * NULL* ."
312
+ ":c:type:`Py_UNICODE` pointer is set to `` NULL`` ."
313
313
msgstr ""
314
314
315
315
#: ../../c-api/arg.rst:186
@@ -349,12 +349,12 @@ msgstr ""
349
349
msgid ""
350
350
"This format requires two arguments. The first is only used as input, and "
351
351
"must be a :c:type:`const char\\ *` which points to the name of an encoding as"
352
- " a NUL-terminated string, or * NULL* , in which case ``'utf-8'`` encoding is "
353
- "used. An exception is raised if the named encoding is not known to Python. "
354
- "The second argument must be a :c:type:`char\\ *\\ *`; the value of the pointer "
355
- " it references will be set to a buffer with the contents of the argument "
356
- "text. The text will be encoded in the encoding specified by the first "
357
- "argument."
352
+ " a NUL-terminated string, or `` NULL`` , in which case ``'utf-8'`` encoding is"
353
+ " used. An exception is raised if the named encoding is not known to Python."
354
+ " The second argument must be a :c:type:`char\\ *\\ *`; the value of the "
355
+ "pointer it references will be set to a buffer with the contents of the "
356
+ "argument text. The text will be encoded in the encoding specified by the "
357
+ "first argument."
358
358
msgstr ""
359
359
360
360
#: ../../c-api/arg.rst:206
@@ -399,8 +399,8 @@ msgstr ""
399
399
msgid ""
400
400
"It requires three arguments. The first is only used as input, and must be a"
401
401
" :c:type:`const char\\ *` which points to the name of an encoding as a NUL-"
402
- "terminated string, or * NULL* , in which case ``'utf-8'`` encoding is used. An "
403
- " exception is raised if the named encoding is not known to Python. The "
402
+ "terminated string, or `` NULL`` , in which case ``'utf-8'`` encoding is used. "
403
+ "An exception is raised if the named encoding is not known to Python. The "
404
404
"second argument must be a :c:type:`char\\ *\\ *`; the value of the pointer it "
405
405
"references will be set to a buffer with the contents of the argument text. "
406
406
"The text will be encoded in the encoding specified by the first argument. "
@@ -414,18 +414,18 @@ msgstr "Ada dua mode operasi:"
414
414
415
415
#: ../../c-api/arg.rst:233
416
416
msgid ""
417
- "If *\\ *buffer* points a * NULL* pointer, the function will allocate a buffer "
418
- "of the needed size, copy the encoded data into this buffer and set "
417
+ "If *\\ *buffer* points a `` NULL`` pointer, the function will allocate a "
418
+ "buffer of the needed size, copy the encoded data into this buffer and set "
419
419
"*\\ *buffer* to reference the newly allocated storage. The caller is "
420
420
"responsible for calling :c:func:`PyMem_Free` to free the allocated buffer "
421
421
"after usage."
422
422
msgstr ""
423
423
424
424
#: ../../c-api/arg.rst:238
425
425
msgid ""
426
- "If *\\ *buffer* points to a non-* NULL* pointer (an already allocated buffer), "
427
- " :c:func:`PyArg_ParseTuple` will use this location as the buffer and "
428
- "interpret the initial value of *\\ *buffer_length* as the buffer size. It "
426
+ "If *\\ *buffer* points to a non-`` NULL`` pointer (an already allocated "
427
+ "buffer), :c:func:`PyArg_ParseTuple` will use this location as the buffer and"
428
+ " interpret the initial value of *\\ *buffer_length* as the buffer size. It "
429
429
"will then copy the encoded data into the buffer and NUL-terminate it. If "
430
430
"the buffer is not large enough, a :exc:`ValueError` will be set."
431
431
msgstr ""
@@ -614,7 +614,7 @@ msgstr "``O`` (object) [PyObject \\*]"
614
614
msgid ""
615
615
"Store a Python object (without any conversion) in a C object pointer. The C"
616
616
" program thus receives the actual object that was passed. The object's "
617
- "reference count is not increased. The pointer stored is not * NULL* ."
617
+ "reference count is not increased. The pointer stored is not `` NULL`` ."
618
618
msgstr ""
619
619
620
620
#: ../../c-api/arg.rst:327
@@ -657,7 +657,7 @@ msgid ""
657
657
"If the *converter* returns ``Py_CLEANUP_SUPPORTED``, it may get called a "
658
658
"second time if the argument parsing eventually fails, giving the converter a"
659
659
" chance to release any memory that it had already allocated. In this second "
660
- "call, the *object* parameter will be NULL; *address* will have the same "
660
+ "call, the *object* parameter will be `` NULL`` ; *address* will have the same "
661
661
"value as in the original call."
662
662
msgstr ""
663
663
@@ -799,9 +799,10 @@ msgstr ""
799
799
msgid ""
800
800
"Parse the parameters of a function that takes both positional and keyword "
801
801
"parameters into local variables. The *keywords* argument is a "
802
- "*NULL*-terminated array of keyword parameter names. Empty names denote :ref"
803
- ":`positional-only parameters <positional-only_parameter>`. Returns true on "
804
- "success; on failure, it returns false and raises the appropriate exception."
802
+ "``NULL``-terminated array of keyword parameter names. Empty names denote "
803
+ ":ref:`positional-only parameters <positional-only_parameter>`. Returns true "
804
+ "on success; on failure, it returns false and raises the appropriate "
805
+ "exception."
805
806
msgstr ""
806
807
807
808
#: ../../c-api/arg.rst:445
@@ -872,8 +873,8 @@ msgstr "Membangun nilai"
872
873
msgid ""
873
874
"Create a new value based on a format string similar to those accepted by the"
874
875
" :c:func:`PyArg_Parse\\ *` family of functions and a sequence of values. "
875
- "Returns the value or * NULL* in the case of an error; an exception will be "
876
- "raised if * NULL* is returned."
876
+ "Returns the value or `` NULL`` in the case of an error; an exception will be "
877
+ "raised if `` NULL`` is returned."
877
878
msgstr ""
878
879
879
880
#: ../../c-api/arg.rst:526
@@ -918,7 +919,7 @@ msgstr "``s`` (:class:`str` atau ``None``) [const char \\*]"
918
919
#: ../../c-api/arg.rst:549
919
920
msgid ""
920
921
"Convert a null-terminated C string to a Python :class:`str` object using "
921
- "``'utf-8'`` encoding. If the C string pointer is * NULL* , ``None`` is used."
922
+ "``'utf-8'`` encoding. If the C string pointer is `` NULL`` , ``None`` is used."
922
923
msgstr ""
923
924
924
925
#: ../../c-api/arg.rst:555
@@ -928,7 +929,7 @@ msgstr "``s#`` (:class:`str` atau ``None``) [const char \\*, int]"
928
929
#: ../../c-api/arg.rst:553
929
930
msgid ""
930
931
"Convert a C string and its length to a Python :class:`str` object using "
931
- "``'utf-8'`` encoding. If the C string pointer is * NULL* , the length is "
932
+ "``'utf-8'`` encoding. If the C string pointer is `` NULL`` , the length is "
932
933
"ignored and ``None`` is returned."
933
934
msgstr ""
934
935
@@ -939,7 +940,7 @@ msgstr "``y`` (:class:`bytes`) [const char \\*]"
939
940
#: ../../c-api/arg.rst:558
940
941
msgid ""
941
942
"This converts a C string to a Python :class:`bytes` object. If the C string"
942
- " pointer is * NULL* , ``None`` is returned."
943
+ " pointer is `` NULL`` , ``None`` is returned."
943
944
msgstr ""
944
945
945
946
#: ../../c-api/arg.rst:563
@@ -949,7 +950,7 @@ msgstr "``y#`` (:class:`bytes`) [const char \\*, int]"
949
950
#: ../../c-api/arg.rst:562
950
951
msgid ""
951
952
"This converts a C string and its lengths to a Python object. If the C "
952
- "string pointer is * NULL* , ``None`` is returned."
953
+ "string pointer is `` NULL`` , ``None`` is returned."
953
954
msgstr ""
954
955
955
956
#: ../../c-api/arg.rst:566 ../../c-api/arg.rst:582
@@ -972,7 +973,7 @@ msgstr "``u`` (:class:`str`) [const wchar_t \\*]"
972
973
msgid ""
973
974
"Convert a null-terminated :c:type:`wchar_t` buffer of Unicode (UTF-16 or "
974
975
"UCS-4) data to a Python Unicode object. If the Unicode buffer pointer is "
975
- "* NULL* , ``None`` is returned."
976
+ "`` NULL`` , ``None`` is returned."
976
977
msgstr ""
977
978
978
979
#: ../../c-api/arg.rst:579
@@ -982,7 +983,7 @@ msgstr "``u#`` (:class:`str`) [const wchar_t \\*, int]"
982
983
#: ../../c-api/arg.rst:577
983
984
msgid ""
984
985
"Convert a Unicode (UTF-16 or UCS-4) data buffer and its length to a Python "
985
- "Unicode object. If the Unicode buffer pointer is * NULL* , the length is "
986
+ "Unicode object. If the Unicode buffer pointer is `` NULL`` , the length is "
986
987
"ignored and ``None`` is returned."
987
988
msgstr ""
988
989
@@ -1077,11 +1078,11 @@ msgstr ""
1077
1078
#: ../../c-api/arg.rst:638
1078
1079
msgid ""
1079
1080
"Pass a Python object untouched (except for its reference count, which is "
1080
- "incremented by one). If the object passed in is a * NULL* pointer, it is "
1081
+ "incremented by one). If the object passed in is a `` NULL`` pointer, it is "
1081
1082
"assumed that this was caused because the call producing the argument found "
1082
1083
"an error and set an exception. Therefore, :c:func:`Py_BuildValue` will "
1083
- "return * NULL* but won't raise an exception. If no exception has been raised "
1084
- " yet, :exc:`SystemError` is set."
1084
+ "return `` NULL`` but won't raise an exception. If no exception has been "
1085
+ "raised yet, :exc:`SystemError` is set."
1085
1086
msgstr ""
1086
1087
1087
1088
#: ../../c-api/arg.rst:646
@@ -1108,7 +1109,7 @@ msgid ""
1108
1109
"Convert *anything* to a Python object through a *converter* function. The "
1109
1110
"function is called with *anything* (which should be compatible with "
1110
1111
":c:type:`void \\ *`) as its argument and should return a \" new\" Python "
1111
- "object, or * NULL* if an error occurred."
1112
+ "object, or `` NULL`` if an error occurred."
1112
1113
msgstr ""
1113
1114
1114
1115
#: ../../c-api/arg.rst:660
@@ -1141,7 +1142,7 @@ msgstr ""
1141
1142
#: ../../c-api/arg.rst:670
1142
1143
msgid ""
1143
1144
"If there is an error in the format string, the :exc:`SystemError` exception "
1144
- "is set and * NULL* returned."
1145
+ "is set and `` NULL`` returned."
1145
1146
msgstr ""
1146
1147
1147
1148
#: ../../c-api/arg.rst:675
0 commit comments