]> granicus.if.org Git - python/commit
Improve code examples in hashlib cookie signing (GH-3562)
authorsww <sww@users.noreply.github.com>
Thu, 14 Sep 2017 06:24:36 +0000 (23:24 -0700)
committerMariatta <Mariatta@users.noreply.github.com>
Thu, 14 Sep 2017 06:24:36 +0000 (23:24 -0700)
commit312ffead1eb272535e021e248b5d74ab04b2e72e
treeaa426347465b2ccaac22d3e0d5f19ffe271337d4
parentc3e97d9d984130d1c2aceedc4dfcd603b3162688
Improve code examples in hashlib cookie signing (GH-3562)

The `blake2b` function does not take the `data` keyword argument.
The hex digest returned by sign was a string, whereas compare_digest expects bytes-like objects.
Typo fix: compare_digesty -> compare_digest
Doc/library/hashlib.rst