diff --git a/library/collections.po b/library/collections.po index b0a99955..39cfcba0 100644 --- a/library/collections.po +++ b/library/collections.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-09-04 11:33+0200\n" -"PO-Revision-Date: 2019-04-11 19:52+0200\n" +"PO-Revision-Date: 2020-03-03 19:26+0100\n" "Last-Translator: Jules Lasne \n" "Language-Team: FRENCH \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.2.1\n" +"X-Generator: Poedit 1.8.7.1\n" #: ../Doc/library/collections.rst:2 msgid ":mod:`collections` --- Container datatypes" @@ -121,7 +121,6 @@ msgstr "" "de ``str``" #: ../Doc/library/collections.rst:41 -#, fuzzy msgid "" "Moved :ref:`collections-abstract-base-classes` to the :mod:`collections.abc` " "module. For backwards compatibility, they continue to be visible in this " @@ -129,8 +128,7 @@ msgid "" msgstr "" "Les :ref:`collections-abstract-base-classes` ont été déplacées vers le " "module :mod:`collections.abc`. Pour assurer la rétrocompatibilité, elles " -"sont toujours disponibles dans ce module en Python 3.7 mais seront ensuite " -"totalement supprimées." +"sont toujours disponibles dans ce module en Python 3.8." #: ../Doc/library/collections.rst:43 msgid ":class:`ChainMap` objects"