5
5
msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
- "POT-Creation-Date : 2020-05-23 11:38 +0200\n "
8
+ "POT-Creation-Date : 2020-07-20 10:51 +0200\n "
9
9
"PO-Revision-Date : 2018-10-04 12:14+0200\n "
10
10
"
Last-Translator :
Julien Palard <[email protected] >\n "
11
11
"
Language-Team :
FRENCH <[email protected] >\n "
@@ -180,7 +180,7 @@ msgstr ""
180
180
"est préférable d'utiliser le format ``O&`` avec :c:func:"
181
181
"`PyUnicode_FSConverter` en tant que *converter*."
182
182
183
- #: c-api/arg.rst:150
183
+ #: c-api/arg.rst:83 c-api/arg.rst: 150
184
184
msgid ""
185
185
"Previously, :exc:`TypeError` was raised when embedded null code points were "
186
186
"encountered in the Python string."
@@ -226,7 +226,7 @@ msgstr ""
226
226
"caractères peut contenir des octets NULL. Les objets Unicode sont convertis "
227
227
"vers des chaînes de caractères C utilisant l'encodage ``'utf-8'``."
228
228
229
- #: c-api/arg.rst:566
229
+ #: c-api/arg.rst:102 c-api/arg.rst: 566
230
230
msgid "``z`` (:class:`str` or ``None``) [const char \\ *]"
231
231
msgstr "``z`` (:class:`str` ou ``None``) [``const char *``]"
232
232
@@ -373,7 +373,7 @@ msgstr ""
373
373
"chaîne de caractères Python ne doit pas contenir de code *NULL*. Si elle en "
374
374
"contient, une exception :exc:`ValueError` est levée."
375
375
376
- #: c-api/arg.rst:174 c-api/arg.rst:182
376
+ #: c-api/arg.rst:157 c-api/arg.rst:166 c-api/arg.rst: 174 c-api/arg.rst:182
377
377
msgid ""
378
378
"Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using :c:"
379
379
"func:`PyUnicode_AsWideCharString`."
@@ -578,7 +578,7 @@ msgstr ""
578
578
"Convertit un entier Python positif ou nul en un ``unsigned tiny int``, "
579
579
"stocké dans un :c:type:`unsigned char` C."
580
580
581
- #: c-api/arg.rst:600
581
+ #: c-api/arg.rst:261 c-api/arg.rst: 600
582
582
msgid "``B`` (:class:`int`) [unsigned char]"
583
583
msgstr "``B`` (:class:`int`) [``unsigned char``]"
584
584
@@ -590,15 +590,15 @@ msgstr ""
590
590
"Convertit un entier Python en un ``tiny int`` sans vérifier le débordement, "
591
591
"stocké dans un :c:type:`unsigned char` C."
592
592
593
- #: c-api/arg.rst:594
593
+ #: c-api/arg.rst:264 c-api/arg.rst: 594
594
594
msgid "``h`` (:class:`int`) [short int]"
595
595
msgstr "``h`` (:class:`int`) [``short int``]"
596
596
597
597
#: c-api/arg.rst:264
598
598
msgid "Convert a Python integer to a C :c:type:`short int`."
599
599
msgstr "Convertit un entier Python en un :c:type:`short int` C."
600
600
601
- #: c-api/arg.rst:603
601
+ #: c-api/arg.rst:268 c-api/arg.rst: 603
602
602
msgid "``H`` (:class:`int`) [unsigned short int]"
603
603
msgstr "``H`` (:class:`int`) [``unsigned short int``]"
604
604
@@ -610,15 +610,15 @@ msgstr ""
610
610
"Convertit un entier Python en un :c:type:`unsigned short int` C, sans "
611
611
"contrôle de débordement."
612
612
613
- #: c-api/arg.rst:588
613
+ #: c-api/arg.rst:271 c-api/arg.rst: 588
614
614
msgid "``i`` (:class:`int`) [int]"
615
615
msgstr "``i`` (:class:`int`) [``int``]"
616
616
617
617
#: c-api/arg.rst:271
618
618
msgid "Convert a Python integer to a plain C :c:type:`int`."
619
619
msgstr "Convertit un entier Python en un :c:type:`int` C."
620
620
621
- #: c-api/arg.rst:606
621
+ #: c-api/arg.rst:275 c-api/arg.rst: 606
622
622
msgid "``I`` (:class:`int`) [unsigned int]"
623
623
msgstr "``I`` (:class:`int`) [``unsigned int``]"
624
624
@@ -630,15 +630,15 @@ msgstr ""
630
630
"Convertit un entier Python en un :c:type:`unsigned int` C, sans contrôle de "
631
631
"le débordement."
632
632
633
- #: c-api/arg.rst:597
633
+ #: c-api/arg.rst:278 c-api/arg.rst: 597
634
634
msgid "``l`` (:class:`int`) [long int]"
635
635
msgstr "``l`` (:class:`int`) [``long int``]"
636
636
637
637
#: c-api/arg.rst:278
638
638
msgid "Convert a Python integer to a C :c:type:`long int`."
639
639
msgstr "Convertit un entier Python en un :c:type:`long int`."
640
640
641
- #: c-api/arg.rst:609
641
+ #: c-api/arg.rst:282 c-api/arg.rst: 609
642
642
msgid "``k`` (:class:`int`) [unsigned long]"
643
643
msgstr "``k`` (:class:`int`) [``unsigned long``]"
644
644
@@ -650,7 +650,7 @@ msgstr ""
650
650
"Convertit un entier Python en un :c:type:`unsigned long` C sans en vérifier "
651
651
"le débordement."
652
652
653
- #: c-api/arg.rst:612
653
+ #: c-api/arg.rst:285 c-api/arg.rst: 612
654
654
msgid "``L`` (:class:`int`) [long long]"
655
655
msgstr "``L`` (:class:`int`) [``long long``]"
656
656
@@ -659,7 +659,7 @@ msgstr "``L`` (:class:`int`) [``long long``]"
659
659
msgid "Convert a Python integer to a C :c:type:`long long`."
660
660
msgstr "Convertit un entier Python en un :c:type:`long int`."
661
661
662
- #: c-api/arg.rst:615
662
+ #: c-api/arg.rst:289 c-api/arg.rst: 615
663
663
msgid "``K`` (:class:`int`) [unsigned long long]"
664
664
msgstr "``K`` (:class:`int`) [``unsigned long long``]"
665
665
@@ -672,7 +672,7 @@ msgstr ""
672
672
"Convertit un entier Python en un :c:type:`unsigned long` C sans en vérifier "
673
673
"le débordement."
674
674
675
- #: c-api/arg.rst:618
675
+ #: c-api/arg.rst:292 c-api/arg.rst: 618
676
676
msgid "``n`` (:class:`int`) [Py_ssize_t]"
677
677
msgstr "``n`` (:class:`int`) [``Py_ssize_t``]"
678
678
@@ -696,7 +696,7 @@ msgstr ""
696
696
msgid "Allow :class:`bytearray` objects."
697
697
msgstr ""
698
698
699
- #: c-api/arg.rst:626
699
+ #: c-api/arg.rst:303 c-api/arg.rst: 626
700
700
msgid "``C`` (:class:`str` of length 1) [int]"
701
701
msgstr "``C`` (:class:`str` de longueur 1) [``int``]"
702
702
@@ -708,15 +708,15 @@ msgstr ""
708
708
"Convertit un caractère Python, représenté comme un objet :class:`str` de "
709
709
"longueur 1, en un :c:type:`int` C."
710
710
711
- #: c-api/arg.rst:632
711
+ #: c-api/arg.rst:306 c-api/arg.rst: 632
712
712
msgid "``f`` (:class:`float`) [float]"
713
713
msgstr "``f`` (:class:`float`) [``float``]"
714
714
715
715
#: c-api/arg.rst:306
716
716
msgid "Convert a Python floating point number to a C :c:type:`float`."
717
717
msgstr "Convertit un nombre flottant Python vers un :c:type:`float`."
718
718
719
- #: c-api/arg.rst:629
719
+ #: c-api/arg.rst:309 c-api/arg.rst: 629
720
720
msgid "``d`` (:class:`float`) [double]"
721
721
msgstr "``d`` (:class:`float`) [``double``]"
722
722
@@ -738,7 +738,7 @@ msgstr ""
738
738
msgid "Other objects"
739
739
msgstr "Autres objets"
740
740
741
- #: c-api/arg.rst:643
741
+ #: c-api/arg.rst:320 c-api/arg.rst: 643
742
742
msgid "``O`` (object) [PyObject \\ *]"
743
743
msgstr "``O`` (objet) [``PyObject *``]"
744
744
@@ -767,7 +767,7 @@ msgid ""
767
767
"required type, :exc:`TypeError` is raised."
768
768
msgstr ""
769
769
770
- #: c-api/arg.rst:657
770
+ #: c-api/arg.rst:352 c-api/arg.rst: 657
771
771
msgid "``O&`` (object) [*converter*, *anything*]"
772
772
msgstr "``O&`` (objet) [*converter*, *anything*]"
773
773
@@ -815,7 +815,7 @@ msgid ""
815
815
"how Python tests values for truth."
816
816
msgstr ""
817
817
818
- #: c-api/arg.rst:660
818
+ #: c-api/arg.rst:366 c-api/arg.rst: 660
819
819
msgid "``(items)`` (:class:`tuple`) [*matching-items*]"
820
820
msgstr "``(items)`` (:class:`tuple`) [*matching-items*]"
821
821
@@ -1112,7 +1112,7 @@ msgid ""
1112
1112
"string pointer is ``NULL``, ``None`` is returned."
1113
1113
msgstr ""
1114
1114
1115
- #: c-api/arg.rst:582
1115
+ #: c-api/arg.rst:566 c-api/arg.rst: 582
1116
1116
msgid "Same as ``s``."
1117
1117
msgstr ""
1118
1118
@@ -1123,7 +1123,7 @@ msgid ""
1123
1123
"`Py_ssize_t`]"
1124
1124
msgstr "``z#`` (:class:`str` ou ``None``) [``const char *``, ``int``]"
1125
1125
1126
- #: c-api/arg.rst:585
1126
+ #: c-api/arg.rst:569 c-api/arg.rst: 585
1127
1127
msgid "Same as ``s#``."
1128
1128
msgstr ""
1129
1129
0 commit comments