[issue45717] Bad link to python docs in help(_hashlib)

2021-11-04 Thread Zachary Ware
Zachary Ware added the comment: I'm closing this as a duplicate of bpo-40051, as it's basically another manifestation of that issue. However, any module named with a leading underscore is a private module, and won't have documentation. The source for _hashlib can be found in Modules/_hashop

[issue45717] Bad link to python docs in help(_hashlib)

2021-11-04 Thread Joshua
New submission from Joshua : 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 invali