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 documentation references an obsolete RFC 2898
Type: Stage: resolved
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, illia-v, miss-islington
Priority: normal Keywords: patch

Created on 2021-01-21 23:24 by illia-v, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 24289 merged illia-v, 2021-01-21 23:32
Messages (2)
msg385457 - (view) Author: Illia Volochii (illia-v) * Date: 2021-01-21 23:24
RFC 2898 mentioned in the "See also" section of hashlib documentation was superseded by RFC 8018.

https://docs.python.org/3/library/hashlib.html
https://www.ietf.org/rfc/rfc8018.txt
msg385494 - (view) Author: miss-islington (miss-islington) Date: 2021-01-22 12:06
New changeset b745a6143ae79efe00aa46affe5ea31a06b0b532 by Illia Volochii in branch 'master':
bpo-42996: Update a reference to PKCS #5 in hashlib docs to version 2.1 (GH-24289)
https://github.com/python/cpython/commit/b745a6143ae79efe00aa46affe5ea31a06b0b532
History
Date User Action Args
2022-04-11 14:59:40adminsetgithub: 87162
2021-01-22 13:15:25illia-vsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-01-22 12:06:26miss-islingtonsetnosy: + miss-islington
messages: + msg385494
2021-01-21 23:32:26illia-vsetkeywords: + patch
stage: patch review
pull_requests: + pull_request23110
2021-01-21 23:24:06illia-vcreate