1
0
Fork 0

Traduction de la section 11.1.4

This commit is contained in:
HS-157 2018-08-21 13:39:52 +02:00
parent 2add7141c2
commit 53a15c5e06
1 changed files with 10 additions and 3 deletions

View File

@ -1005,16 +1005,20 @@ msgid ""
"Open the file pointed to in text mode, write *data* to it, and close the "
"file::"
msgstr ""
"Ouvre le fichier pointé en mode texte, écrit *data* dedans, et ferme le "
"fichier ::"
#: ../Doc/library/pathlib.rst:1072
msgid "Correspondence to tools in the :mod:`os` module"
msgstr ""
msgstr "Correspondance des outils du module :mod:`os`"
#: ../Doc/library/pathlib.rst:1074
msgid ""
"Below is a table mapping various :mod:`os` functions to their corresponding :"
"class:`PurePath`/:class:`Path` equivalent."
msgstr ""
"Ci-dessous se trouve un tableau associant diverses fonctions :mod:`os` à"
"leur équivalent :class:`PurePath` / :class:`Path` correspondant."
#: ../Doc/library/pathlib.rst:1079
msgid ""
@ -1022,10 +1026,13 @@ msgid ""
"overlapping use-cases, their semantics differ enough to warrant not "
"considering them equivalent."
msgstr ""
"Bien que :func:`os.path.relpath` et :meth:`PurePath.relative_to` aient des"
"cas d'utilisation qui se chevauchent, leur sémantique diffère suffisamment"
"pour ne pas les considérer comme équivalentes."
#: ../Doc/library/pathlib.rst:1084
msgid "os and os.path"
msgstr ""
msgstr "os et os.path"
#: ../Doc/library/pathlib.rst:1084
msgid "pathlib"
@ -1061,7 +1068,7 @@ msgstr ""
#: ../Doc/library/pathlib.rst:1089
msgid ":meth:`Path.expanduser` and :meth:`Path.home`"
msgstr ""
msgstr ":meth:`Path.expanduser` et :meth:`Path.home`"
#: ../Doc/library/pathlib.rst:1091
msgid ":func:`os.path.isdir`"