@randomgeek pydoc is incomplete, unfortunately. It's pulling from docstrings only, but lots of Python stdlib doc is not in docstrings; it's in the source rST files. e.g. compare `pydoc urllib.parse` with https://docs.python.org/3/library/urllib.parse.html. What pydoc see is often wholly different (and lesser) documentation.
Perl's got us spoiled, frankly.