@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3.6\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2019-11-15 18:54+0100\n "
9
- "PO-Revision-Date : 2019-06-01 23:45+0200 \n "
9
+ "PO-Revision-Date : 2019-11-17 22:48+0100 \n "
10
10
"
Last-Translator :
Jules Lasne <[email protected] >\n "
11
11
"
Language-Team :
FRENCH <[email protected] >\n "
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 2.2.1 \n "
16
+ "X-Generator : Poedit 2.2.4 \n "
17
17
18
18
#: ../Doc/reference/import.rst:6
19
19
msgid "The import system"
@@ -1298,7 +1298,6 @@ msgid "Cached bytecode invalidation"
1298
1298
msgstr "Invalidation de *bytecode* mis en cache"
1299
1299
1300
1300
#: ../Doc/reference/import.rst:681
1301
- #, fuzzy
1302
1301
msgid ""
1303
1302
"Before Python loads cached bytecode from ``.pyc`` file, it checks whether "
1304
1303
"the cache is up-to-date with the source ``.py`` file. By default, Python "
@@ -1678,15 +1677,14 @@ msgstr ""
1678
1677
"`~importlib.abc.PathEntryFinder.find_spec`."
1679
1678
1680
1679
#: ../Doc/reference/import.rst:852
1681
- #, fuzzy
1682
1680
msgid ""
1683
1681
":meth:`~importlib.abc.PathEntryFinder.find_spec` takes two arguments: the "
1684
1682
"fully qualified name of the module being imported, and the (optional) target "
1685
1683
"module. ``find_spec()`` returns a fully populated spec for the module. This "
1686
1684
"spec will always have \" loader\" set (with one exception)."
1687
1685
msgstr ""
1688
1686
"La méthode :meth:`~importlib.abc.PathEntryFinder.find_spec` prend deux "
1689
- "arguments, le nom complètement qualifié du module en cours d'importation et "
1687
+ "arguments : le nom complètement qualifié du module en cours d'importation et "
1690
1688
"(optionnellement) le module cible. ``find_spec()`` renvoie un spécificateur "
1691
1689
"de module pleinement peuplé. Ce spécificateur doit avoir son chargeur "
1692
1690
"(attribut \" loader\" ) défini, à une exception près."
@@ -1825,7 +1823,6 @@ msgstr ""
1825
1823
"comportement des importations qu'à l'intérieur de ce module."
1826
1824
1827
1825
#: ../Doc/reference/import.rst:916
1828
- #, fuzzy
1829
1826
msgid ""
1830
1827
"To selectively prevent the import of some modules from a hook early on the "
1831
1828
"meta path (rather than disabling the standard import system entirely), it is "
@@ -1838,7 +1835,7 @@ msgstr ""
1838
1835
"d'entrée placé en tête dans le méta-chemin (plutôt que de désactiver "
1839
1836
"complètement le système d'importation), il suffit de lever une :exc:"
1840
1837
"`ModuleNotFoundError` directement depuis :meth:`~importlib.abc."
1841
- "MetaPathFinder.find_spec` au lieu de renvoyer ``None``. En effet, ``None`` "
1838
+ "MetaPathFinder.find_spec` au lieu de renvoyer ``None``. En effet, ce dernier "
1842
1839
"indique que la recherche dans le méta-chemin peut continuer alors que la "
1843
1840
"levée de l'exception termine immédiatement la recherche."
1844
1841
0 commit comments