55msgstr ""
66"Project-Id-Version : Python 3\n "
77"Report-Msgid-Bugs-To : \n "
8- "POT-Creation-Date : 2020-08-24 09:01 +0200\n "
8+ "POT-Creation-Date : 2020-10-01 16:00 +0200\n "
99"PO-Revision-Date : 2018-10-04 12:14+0200\n "
1010"Last-Translator : Julien Palard <julien@palard.fr>\n "
1111"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
@@ -180,7 +180,7 @@ msgstr ""
180180"est préférable d'utiliser le format ``O&`` avec :c:func:"
181181"`PyUnicode_FSConverter` en tant que *converter*."
182182
183- #: c-api/arg.rst:83 c-api/arg.rst: 150
183+ #: c-api/arg.rst:150
184184msgid ""
185185"Previously, :exc:`TypeError` was raised when embedded null code points were "
186186"encountered in the Python string."
@@ -226,7 +226,7 @@ msgstr ""
226226"caractères peut contenir des octets NULL. Les objets Unicode sont convertis "
227227"vers des chaînes de caractères C utilisant l'encodage ``'utf-8'``."
228228
229- #: c-api/arg.rst:102 c-api/arg.rst: 566
229+ #: c-api/arg.rst:566
230230msgid "``z`` (:class:`str` or ``None``) [const char \\ *]"
231231msgstr "``z`` (:class:`str` ou ``None``) [``const char *``]"
232232
@@ -379,7 +379,7 @@ msgstr ""
379379"chaîne de caractères Python ne doit pas contenir de code *NULL*. Si elle en "
380380"contient, une exception :exc:`ValueError` est levée."
381381
382- #: c-api/arg.rst:157 c-api/arg.rst:166 c-api/arg.rst: 174 c-api/arg.rst:182
382+ #: c-api/arg.rst:174 c-api/arg.rst:182
383383msgid ""
384384"Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using :c:"
385385"func:`PyUnicode_AsWideCharString`."
@@ -588,7 +588,7 @@ msgstr ""
588588"Convertit un entier Python positif ou nul en un ``unsigned tiny int``, "
589589"stocké dans un :c:type:`unsigned char` C."
590590
591- #: c-api/arg.rst:261 c-api/arg.rst: 600
591+ #: c-api/arg.rst:600
592592msgid "``B`` (:class:`int`) [unsigned char]"
593593msgstr "``B`` (:class:`int`) [``unsigned char``]"
594594
@@ -600,15 +600,15 @@ msgstr ""
600600"Convertit un entier Python en un ``tiny int`` sans vérifier le débordement, "
601601"stocké dans un :c:type:`unsigned char` C."
602602
603- #: c-api/arg.rst:264 c-api/arg.rst: 594
603+ #: c-api/arg.rst:594
604604msgid "``h`` (:class:`int`) [short int]"
605605msgstr "``h`` (:class:`int`) [``short int``]"
606606
607607#: c-api/arg.rst:264
608608msgid "Convert a Python integer to a C :c:type:`short int`."
609609msgstr "Convertit un entier Python en un :c:type:`short int` C."
610610
611- #: c-api/arg.rst:268 c-api/arg.rst: 603
611+ #: c-api/arg.rst:603
612612msgid "``H`` (:class:`int`) [unsigned short int]"
613613msgstr "``H`` (:class:`int`) [``unsigned short int``]"
614614
@@ -620,15 +620,15 @@ msgstr ""
620620"Convertit un entier Python en un :c:type:`unsigned short int` C, sans "
621621"contrôle de débordement."
622622
623- #: c-api/arg.rst:271 c-api/arg.rst: 588
623+ #: c-api/arg.rst:588
624624msgid "``i`` (:class:`int`) [int]"
625625msgstr "``i`` (:class:`int`) [``int``]"
626626
627627#: c-api/arg.rst:271
628628msgid "Convert a Python integer to a plain C :c:type:`int`."
629629msgstr "Convertit un entier Python en un :c:type:`int` C."
630630
631- #: c-api/arg.rst:275 c-api/arg.rst: 606
631+ #: c-api/arg.rst:606
632632msgid "``I`` (:class:`int`) [unsigned int]"
633633msgstr "``I`` (:class:`int`) [``unsigned int``]"
634634
@@ -640,15 +640,15 @@ msgstr ""
640640"Convertit un entier Python en un :c:type:`unsigned int` C, sans contrôle de "
641641"le débordement."
642642
643- #: c-api/arg.rst:278 c-api/arg.rst: 597
643+ #: c-api/arg.rst:597
644644msgid "``l`` (:class:`int`) [long int]"
645645msgstr "``l`` (:class:`int`) [``long int``]"
646646
647647#: c-api/arg.rst:278
648648msgid "Convert a Python integer to a C :c:type:`long int`."
649649msgstr "Convertit un entier Python en un :c:type:`long int`."
650650
651- #: c-api/arg.rst:282 c-api/arg.rst: 609
651+ #: c-api/arg.rst:609
652652msgid "``k`` (:class:`int`) [unsigned long]"
653653msgstr "``k`` (:class:`int`) [``unsigned long``]"
654654
@@ -660,7 +660,7 @@ msgstr ""
660660"Convertit un entier Python en un :c:type:`unsigned long` C sans en vérifier "
661661"le débordement."
662662
663- #: c-api/arg.rst:285 c-api/arg.rst: 612
663+ #: c-api/arg.rst:612
664664msgid "``L`` (:class:`int`) [long long]"
665665msgstr "``L`` (:class:`int`) [``long long``]"
666666
@@ -669,7 +669,7 @@ msgstr "``L`` (:class:`int`) [``long long``]"
669669msgid "Convert a Python integer to a C :c:type:`long long`."
670670msgstr "Convertit un entier Python en un :c:type:`long int`."
671671
672- #: c-api/arg.rst:289 c-api/arg.rst: 615
672+ #: c-api/arg.rst:615
673673msgid "``K`` (:class:`int`) [unsigned long long]"
674674msgstr "``K`` (:class:`int`) [``unsigned long long``]"
675675
@@ -682,7 +682,7 @@ msgstr ""
682682"Convertit un entier Python en un :c:type:`unsigned long` C sans en vérifier "
683683"le débordement."
684684
685- #: c-api/arg.rst:292 c-api/arg.rst: 618
685+ #: c-api/arg.rst:618
686686msgid "``n`` (:class:`int`) [Py_ssize_t]"
687687msgstr "``n`` (:class:`int`) [``Py_ssize_t``]"
688688
@@ -706,7 +706,7 @@ msgstr ""
706706msgid "Allow :class:`bytearray` objects."
707707msgstr ""
708708
709- #: c-api/arg.rst:303 c-api/arg.rst: 626
709+ #: c-api/arg.rst:626
710710msgid "``C`` (:class:`str` of length 1) [int]"
711711msgstr "``C`` (:class:`str` de longueur 1) [``int``]"
712712
@@ -718,15 +718,15 @@ msgstr ""
718718"Convertit un caractère Python, représenté comme un objet :class:`str` de "
719719"longueur 1, en un :c:type:`int` C."
720720
721- #: c-api/arg.rst:306 c-api/arg.rst: 632
721+ #: c-api/arg.rst:632
722722msgid "``f`` (:class:`float`) [float]"
723723msgstr "``f`` (:class:`float`) [``float``]"
724724
725725#: c-api/arg.rst:306
726726msgid "Convert a Python floating point number to a C :c:type:`float`."
727727msgstr "Convertit un nombre flottant Python vers un :c:type:`float`."
728728
729- #: c-api/arg.rst:309 c-api/arg.rst: 629
729+ #: c-api/arg.rst:629
730730msgid "``d`` (:class:`float`) [double]"
731731msgstr "``d`` (:class:`float`) [``double``]"
732732
@@ -748,7 +748,7 @@ msgstr ""
748748msgid "Other objects"
749749msgstr "Autres objets"
750750
751- #: c-api/arg.rst:320 c-api/arg.rst: 643
751+ #: c-api/arg.rst:643
752752msgid "``O`` (object) [PyObject \\ *]"
753753msgstr "``O`` (objet) [``PyObject *``]"
754754
@@ -777,7 +777,7 @@ msgid ""
777777"required type, :exc:`TypeError` is raised."
778778msgstr ""
779779
780- #: c-api/arg.rst:352 c-api/arg.rst: 657
780+ #: c-api/arg.rst:657
781781msgid "``O&`` (object) [*converter*, *anything*]"
782782msgstr "``O&`` (objet) [*converter*, *anything*]"
783783
@@ -825,7 +825,7 @@ msgid ""
825825"how Python tests values for truth."
826826msgstr ""
827827
828- #: c-api/arg.rst:366 c-api/arg.rst: 660
828+ #: c-api/arg.rst:660
829829msgid "``(items)`` (:class:`tuple`) [*matching-items*]"
830830msgstr "``(items)`` (:class:`tuple`) [*matching-items*]"
831831
@@ -1121,7 +1121,7 @@ msgid ""
11211121"string pointer is ``NULL``, ``None`` is returned."
11221122msgstr ""
11231123
1124- #: c-api/arg.rst:566 c-api/arg.rst: 582
1124+ #: c-api/arg.rst:582
11251125msgid "Same as ``s``."
11261126msgstr ""
11271127
@@ -1132,7 +1132,7 @@ msgid ""
11321132"`Py_ssize_t`]"
11331133msgstr "``z#`` (:class:`str` ou ``None``) [``const char *``, ``int``]"
11341134
1135- #: c-api/arg.rst:569 c-api/arg.rst: 585
1135+ #: c-api/arg.rst:585
11361136msgid "Same as ``s#``."
11371137msgstr ""
11381138
0 commit comments