Skip to content
Prev Previous commit
retire quelques marqueurs de fuzzy oubliés
  • Loading branch information
deronnax committed Mar 21, 2020
commit c9665e036d49b1d4b91bb6fd1050581bc5c83761
8 changes: 3 additions & 5 deletions library/hmac.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-28 15:29+0200\n"
"PO-Revision-Date: 2019-06-15 16:15+0200\n"
"PO-Revision-Date: 2020-03-21 21:46+0100\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"
"Last-Translator: Valériane Venance <venance.valeriane@gmail.com>\n"
"X-Generator: Poedit 2.2.3\n"
"Last-Translator: Mathieu Dupuy <deronnax@gmail.com>\n"
"X-Generator: Poedit 2.3\n"

#: ../Doc/library/hmac.rst:2
msgid ":mod:`hmac` --- Keyed-Hashing for Message Authentication"
Expand Down Expand Up @@ -136,7 +136,6 @@ msgstr ""
"l'opérateur ``==`` afin de réduire la vulnérabilité aux attaques temporelles."

#: ../Doc/library/hmac.rst:80
#, fuzzy
msgid ""
"Like :meth:`digest` except the digest is returned as a string twice the "
"length containing only hexadecimal digits. This may be used to exchange the "
Expand All @@ -161,7 +160,6 @@ msgstr ""
"les temps de réponse."

#: ../Doc/library/hmac.rst:94
#, fuzzy
msgid ""
"Return a copy (\"clone\") of the hmac object. This can be used to "
"efficiently compute the digests of strings that share a common initial "
Expand Down