@@ -6,14 +6,14 @@ msgstr ""
66"Project-Id-Version : Python 3\n "
77"Report-Msgid-Bugs-To : \n "
88"POT-Creation-Date : 2020-08-24 09:01+0200\n "
9- "PO-Revision-Date : 2020 -04-27 22:24 +0200\n "
10- "Last-Translator : Mathieu Dupuy <deronnax@gmail.com >\n "
9+ "PO-Revision-Date : 2021 -04-28 21:10 +0200\n "
10+ "Last-Translator : Dimitri Merejkowsky <dimitri@dmerej.info >\n "
1111"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
1212"Language : fr\n "
1313"MIME-Version : 1.0\n "
1414"Content-Type : text/plain; charset=UTF-8\n "
1515"Content-Transfer-Encoding : 8bit\n "
16- "X-Generator : Poedit 2.2.3 \n "
16+ "X-Generator : Poedit 2.4.1 \n "
1717
1818#: library/hmac.rst:2
1919msgid ":mod:`hmac` --- Keyed-Hashing for Message Authentication"
@@ -197,6 +197,9 @@ msgid ""
197197"outer`` are internal implementation details and will be removed in Python "
198198"3.10."
199199msgstr ""
200+ "Les attributs ``HMAC.digest_cons``, ``HMAC.inner`` et ``HMAC.outer`` (non "
201+ "documentés) sont des détails d'implémentation internes et seront supprimés "
202+ "en Python 3.10."
200203
201204#: library/hmac.rst:123
202205msgid "This module also provides the following helper function:"
@@ -231,6 +234,8 @@ msgstr ""
231234msgid ""
232235"The function uses OpenSSL's ``CRYPTO_memcmp()`` internally when available."
233236msgstr ""
237+ "Cette fonction utilise la fonction ``CRYPTO_memcmp()`` de OpenSSL quand "
238+ "celle-ci est disponible."
234239
235240#: library/hmac.rst:149
236241msgid "Module :mod:`hashlib`"
0 commit comments