@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"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 <[email protected] >\n"
9
+ "PO-Revision-Date : 2021 -04-28 21:10 +0200\n "
10
+ "
Last-Translator :
Dimitri Merejkowsky <[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.3 \n "
16
+ "X-Generator : Poedit 2.4.1 \n "
17
17
18
18
#: library/hmac.rst:2
19
19
msgid ":mod:`hmac` --- Keyed-Hashing for Message Authentication"
@@ -197,6 +197,9 @@ msgid ""
197
197
"outer`` are internal implementation details and will be removed in Python "
198
198
"3.10."
199
199
msgstr ""
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."
200
203
201
204
#: library/hmac.rst:123
202
205
msgid "This module also provides the following helper function:"
@@ -231,6 +234,8 @@ msgstr ""
231
234
msgid ""
232
235
"The function uses OpenSSL's ``CRYPTO_memcmp()`` internally when available."
233
236
msgstr ""
237
+ "Cette fonction utilise la fonction ``CRYPTO_memcmp()`` de OpenSSL quand "
238
+ "celle-ci est disponible."
234
239
235
240
#: library/hmac.rst:149
236
241
msgid "Module :mod:`hashlib`"
0 commit comments