Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions library/collections.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3.6\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 <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\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"
Expand Down Expand Up @@ -121,16 +121,14 @@ 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 "
"module through Python 3.8."
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"
Expand Down