@@ -13,7 +13,7 @@ msgid ""
1313msgstr ""
1414"Project-Id-Version : Python 3.14\n "
1515"Report-Msgid-Bugs-To : \n "
16- "POT-Creation-Date : 2025-05-16 14:19 +0000\n "
16+ "POT-Creation-Date : 2025-06-06 14:20 +0000\n "
1717"PO-Revision-Date : 2021-06-28 00:47+0000\n "
1818"Last-Translator : navid BH, 2025\n "
1919"Language-Team : Persian (https://app.transifex.com/python-doc/teams/5390/ "
@@ -559,7 +559,7 @@ msgstr ""
559559msgid "Allow :class:`bytearray` objects."
560560msgstr ""
561561
562- #: ../../c-api/arg.rst:300 ../../c-api/arg.rst:694
562+ #: ../../c-api/arg.rst:300 ../../c-api/arg.rst:695
563563msgid "``C`` (:class:`str` of length 1) [int]"
564564msgstr ""
565565
@@ -569,15 +569,15 @@ msgid ""
569569"1, to a C :c:expr:`int`."
570570msgstr ""
571571
572- #: ../../c-api/arg.rst:304 ../../c-api/arg.rst:701
572+ #: ../../c-api/arg.rst:304 ../../c-api/arg.rst:702
573573msgid "``f`` (:class:`float`) [float]"
574574msgstr ""
575575
576576#: ../../c-api/arg.rst:305
577577msgid "Convert a Python floating-point number to a C :c:expr:`float`."
578578msgstr ""
579579
580- #: ../../c-api/arg.rst:307 ../../c-api/arg.rst:698
580+ #: ../../c-api/arg.rst:307 ../../c-api/arg.rst:699
581581msgid "``d`` (:class:`float`) [double]"
582582msgstr ""
583583
@@ -597,7 +597,7 @@ msgstr ""
597597msgid "Other objects"
598598msgstr ""
599599
600- #: ../../c-api/arg.rst:316 ../../c-api/arg.rst:707
600+ #: ../../c-api/arg.rst:316 ../../c-api/arg.rst:708
601601msgid "``O`` (object) [PyObject \\ *]"
602602msgstr ""
603603
@@ -1131,44 +1131,42 @@ msgid "Convert a C :c:type:`Py_ssize_t` to a Python integer."
11311131msgstr ""
11321132
11331133#: ../../c-api/arg.rst:687
1134- msgid ""
1135- "Convert a C :c:expr:`int` to a Python :class:`bool` object. .. "
1136- "versionadded:: 3.14"
1134+ msgid "Convert a C :c:expr:`int` to a Python :class:`bool` object."
11371135msgstr ""
11381136
1139- #: ../../c-api/arg.rst:690
1137+ #: ../../c-api/arg.rst:691
11401138msgid "``c`` (:class:`bytes` of length 1) [char]"
11411139msgstr ""
11421140
1143- #: ../../c-api/arg.rst:691
1141+ #: ../../c-api/arg.rst:692
11441142msgid ""
11451143"Convert a C :c:expr:`int` representing a byte to a Python :class:`bytes` "
11461144"object of length 1."
11471145msgstr ""
11481146
1149- #: ../../c-api/arg.rst:695
1147+ #: ../../c-api/arg.rst:696
11501148msgid ""
11511149"Convert a C :c:expr:`int` representing a character to Python :class:`str` "
11521150"object of length 1."
11531151msgstr ""
11541152
1155- #: ../../c-api/arg.rst:699
1153+ #: ../../c-api/arg.rst:700
11561154msgid "Convert a C :c:expr:`double` to a Python floating-point number."
11571155msgstr ""
11581156
1159- #: ../../c-api/arg.rst:702
1157+ #: ../../c-api/arg.rst:703
11601158msgid "Convert a C :c:expr:`float` to a Python floating-point number."
11611159msgstr ""
11621160
1163- #: ../../c-api/arg.rst:704
1161+ #: ../../c-api/arg.rst:705
11641162msgid "``D`` (:class:`complex`) [Py_complex \\ *]"
11651163msgstr ""
11661164
1167- #: ../../c-api/arg.rst:705
1165+ #: ../../c-api/arg.rst:706
11681166msgid "Convert a C :c:type:`Py_complex` structure to a Python complex number."
11691167msgstr ""
11701168
1171- #: ../../c-api/arg.rst:708
1169+ #: ../../c-api/arg.rst:709
11721170msgid ""
11731171"Pass a Python object untouched but create a new :term:`strong reference` to "
11741172"it (i.e. its reference count is incremented by one). If the object passed in "
@@ -1178,75 +1176,75 @@ msgid ""
11781176"no exception has been raised yet, :exc:`SystemError` is set."
11791177msgstr ""
11801178
1181- #: ../../c-api/arg.rst:717
1179+ #: ../../c-api/arg.rst:718
11821180msgid "``S`` (object) [PyObject \\ *]"
11831181msgstr ""
11841182
1185- #: ../../c-api/arg.rst:718
1183+ #: ../../c-api/arg.rst:719
11861184msgid "Same as ``O``."
11871185msgstr ""
11881186
1189- #: ../../c-api/arg.rst:720
1187+ #: ../../c-api/arg.rst:721
11901188msgid "``N`` (object) [PyObject \\ *]"
11911189msgstr ""
11921190
1193- #: ../../c-api/arg.rst:721
1191+ #: ../../c-api/arg.rst:722
11941192msgid ""
11951193"Same as ``O``, except it doesn't create a new :term:`strong reference`. "
11961194"Useful when the object is created by a call to an object constructor in the "
11971195"argument list."
11981196msgstr ""
11991197
1200- #: ../../c-api/arg.rst:725
1198+ #: ../../c-api/arg.rst:726
12011199msgid "``O&`` (object) [*converter*, *anything*]"
12021200msgstr ""
12031201
1204- #: ../../c-api/arg.rst:726
1202+ #: ../../c-api/arg.rst:727
12051203msgid ""
12061204"Convert *anything* to a Python object through a *converter* function. The "
12071205"function is called with *anything* (which should be compatible with :c:expr:"
12081206"`void*`) as its argument and should return a \" new\" Python object, or "
12091207"``NULL`` if an error occurred."
12101208msgstr ""
12111209
1212- #: ../../c-api/arg.rst:731
1210+ #: ../../c-api/arg.rst:732
12131211msgid "``(items)`` (:class:`tuple`) [*matching-items*]"
12141212msgstr ""
12151213
1216- #: ../../c-api/arg.rst:732
1214+ #: ../../c-api/arg.rst:733
12171215msgid ""
12181216"Convert a sequence of C values to a Python tuple with the same number of "
12191217"items."
12201218msgstr ""
12211219
1222- #: ../../c-api/arg.rst:734
1220+ #: ../../c-api/arg.rst:735
12231221msgid "``[items]`` (:class:`list`) [*matching-items*]"
12241222msgstr ""
12251223
1226- #: ../../c-api/arg.rst:735
1224+ #: ../../c-api/arg.rst:736
12271225msgid ""
12281226"Convert a sequence of C values to a Python list with the same number of "
12291227"items."
12301228msgstr ""
12311229
1232- #: ../../c-api/arg.rst:737
1230+ #: ../../c-api/arg.rst:738
12331231msgid "``{items}`` (:class:`dict`) [*matching-items*]"
12341232msgstr ""
12351233
1236- #: ../../c-api/arg.rst:738
1234+ #: ../../c-api/arg.rst:739
12371235msgid ""
12381236"Convert a sequence of C values to a Python dictionary. Each pair of "
12391237"consecutive C values adds one item to the dictionary, serving as key and "
12401238"value, respectively."
12411239msgstr ""
12421240
1243- #: ../../c-api/arg.rst:742
1241+ #: ../../c-api/arg.rst:743
12441242msgid ""
12451243"If there is an error in the format string, the :exc:`SystemError` exception "
12461244"is set and ``NULL`` returned."
12471245msgstr ""
12481246
1249- #: ../../c-api/arg.rst:747
1247+ #: ../../c-api/arg.rst:748
12501248msgid ""
12511249"Identical to :c:func:`Py_BuildValue`, except that it accepts a va_list "
12521250"rather than a variable number of arguments."
0 commit comments