From 02405ce5d707636d5d41eced27a9ad418dda2ddb Mon Sep 17 00:00:00 2001 From: marqov <38882889+marqov@users.noreply.github.com> Date: Tue, 3 Mar 2020 19:58:09 +0100 Subject: [PATCH] =?UTF-8?q?compl=C3=A9ter=20la=20traduction=20flou=20de=20?= =?UTF-8?q?collections=20(#1164)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/collections.po | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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"