This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: hashlib.blake2: error in example for signed cookies
Type: Stage: resolved
Components: Documentation Versions: Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: benjamin.peterson, dchest, docs@python
Priority: normal Keywords: patch

Created on 2017-09-23 16:22 by dchest, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 3694 merged dchest, 2017-09-23 16:22
PR 3707 merged python-dev, 2017-09-23 17:19
Messages (3)
msg302787 - (view) Author: Dmitry Chestnykh (dchest) * Date: 2017-09-23 16:22
The example for creating and verifying signed cookies with hashlib.blake2 doesn't work. Corrected in GitHub PR #3694.
msg302791 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2017-09-23 17:18
New changeset aecc08ac3a14a73aa353655bb65ff8d965e935a0 by Benjamin Peterson (Dmitry Chestnykh) in branch 'master':
Docs: correct hashlib.blake2 keyed hashing example (bpo-31560)
https://github.com/python/cpython/commit/aecc08ac3a14a73aa353655bb65ff8d965e935a0
msg302792 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2017-09-23 17:27
New changeset 5614487378863d14cdbe730b00d6803523abb7ac by Benjamin Peterson (Miss Islington (bot)) in branch '3.6':
[3.6] Docs: correct hashlib.blake2 keyed hashing example (bpo-31560)
https://github.com/python/cpython/commit/5614487378863d14cdbe730b00d6803523abb7ac
History
Date User Action Args
2022-04-11 14:58:52adminsetgithub: 75741
2017-09-23 17:27:43benjamin.petersonsetstatus: open -> closed
stage: patch review -> resolved
resolution: fixed
versions: + Python 3.6
2017-09-23 17:27:24benjamin.petersonsetmessages: + msg302792
2017-09-23 17:19:02python-devsetkeywords: + patch
pull_requests: + pull_request3693
2017-09-23 17:18:43benjamin.petersonsetnosy: + benjamin.peterson
messages: + msg302791
2017-09-23 17:06:26Mariattasetstage: patch review
2017-09-23 16:22:48dchestcreate