Skip to content

Commit b8bb661

Browse files
Merge branch '3.8' into abrev_cad
2 parents 0a34e4c + dc00cdf commit b8bb661

File tree

7 files changed

+151
-132
lines changed

7 files changed

+151
-132
lines changed

dict

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ l'indiçage
8383
l'itérateur
8484
lexicographiquement
8585
lorsqu'aucune
86+
lorsqu'aucun
8687
mar
8788
mar.
8889
marc-andré

howto/functional.po

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2020-02-04 10:00+0100\n"
9-
"PO-Revision-Date: 2019-10-30 00:11+0100\n"
10-
"Last-Translator: \n"
9+
"PO-Revision-Date: 2020-04-29 00:18+0200\n"
10+
"Last-Translator: Mathieu Dupuy <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 2.2.3\n"
16+
"X-Generator: Poedit 2.3\n"
1717

1818
#: ../Doc/howto/functional.rst:3
1919
msgid "Functional Programming HOWTO"
@@ -1956,19 +1956,17 @@ msgstr ""
19561956
"Utilisation des fonctions d'ordre supérieur pour le traitement de texte »."
19571957

19581958
#: ../Doc/howto/functional.rst:1230
1959-
#, fuzzy
19601959
msgid ""
19611960
"Mertz also wrote a 3-part series of articles on functional programming for "
19621961
"IBM's DeveloperWorks site; see `part 1 <https://developer.ibm.com/articles/l-"
19631962
"prog/>`__, `part 2 <https://developer.ibm.com/tutorials/l-prog2/>`__, and "
19641963
"`part 3 <https://developer.ibm.com/tutorials/l-prog3/>`__,"
19651964
msgstr ""
19661965
"Mertz a également écrit une série de 3 articles (en anglais) sur la "
1967-
"programmation fonctionnelle pour le site de IBM *DeveloperWorks*, voir la "
1968-
"`partie 1 <https://www.ibm.com/developerworks/linux/library/l-prog/index."
1969-
"html>`__, la `partie 2 <https://www.ibm.com/developerworks/linux/library/l-"
1970-
"prog2/index.html>`__ et la `partie 3 <https://www.ibm.com/developerworks/"
1971-
"linux/library/l-prog3/index.html>`__."
1966+
"programmation fonctionnelle pour le site DeveloperWorks d'IBM. Voir `partie "
1967+
"1 <https://developer.ibm.com/articles/l-prog/>`__, `partie 2 <https://"
1968+
"developer.ibm.com/tutorials/l-prog2/>`__ et `partie 3 <https://developer.ibm."
1969+
"com/tutorials/l-prog3/>`__,"
19721970

19731971
#: ../Doc/howto/functional.rst:1238
19741972
msgid "Python documentation"

library/csv.po

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
9-
"PO-Revision-Date: 2019-11-01 23:50+0100\n"
9+
"PO-Revision-Date: 2020-04-27 23:16+0200\n"
1010
"Last-Translator: Mathieu Dupuy <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 2.2.3\n"
16+
"X-Generator: Poedit 2.3\n"
1717

1818
#: ../Doc/library/csv.rst:2
1919
msgid ":mod:`csv` --- CSV File Reading and Writing"
@@ -693,12 +693,18 @@ msgid ""
693693
"writer's file object, formatted according to the current dialect. Return the "
694694
"return value of the :meth:`csvwriter.writerow` call used internally."
695695
msgstr ""
696+
"Écrit une ligne avec le nom des en-têtes (comme définies dans le "
697+
"constructeur) dans l'objet fichier associé au transcripteur, formatée selon "
698+
"le dialecte courant. Renvoie la valeur de retour de l'appel :meth:`csvwriter."
699+
"writerow` utilisé en interne."
696700

697701
#: ../Doc/library/csv.rst:476
698702
msgid ""
699703
":meth:`writeheader` now also returns the value returned by the :meth:"
700704
"`csvwriter.writerow` method it uses internally."
701705
msgstr ""
706+
":meth:`writeheader` renvoie maintenant aussi la valeur renvoyée par la "
707+
"méthode :meth:`csvwriter.writerow` qu'il utilise en interne."
702708

703709
#: ../Doc/library/csv.rst:484
704710
msgid "Examples"

0 commit comments

Comments
 (0)