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.

Author Joshuah143
Recipients Joshuah143
Date 2021-11-04.19:07:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636052829.11.0.396753142278.issue45717@roundup.psfhosted.org>
In-reply-to
Content
I was attempting to look through hashlib to try and understand more about python's built-in hash functions. As part of this, I ran 'help(_hashlib)' which returns this text: 'MODULE REFERENCE
    https://docs.python.org/3.11/library/_hashlib.html'

This is an invalid link which has been an issue in all versions of the documentation I looked up.

As an aside, where would I find the source for _hashlib?
History
Date User Action Args
2021-11-04 19:07:09Joshuah143setrecipients: + Joshuah143
2021-11-04 19:07:09Joshuah143setmessageid: <1636052829.11.0.396753142278.issue45717@roundup.psfhosted.org>
2021-11-04 19:07:09Joshuah143linkissue45717 messages
2021-11-04 19:07:09Joshuah143create