◐ Shell
clean mode source ↗

Message 405766 - Python tracker

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/_hashopenssl.c.