Closed
Description
https://docs.python.org/3.11/library/undoc.html asks people to contribute docs for undocumented modules. But the only modules listed are ntpath
and posixpath
, and as the page itself acknowledges, there's little need to document those as end users should just use os.path
.
I don't think the page is still useful; we should just remove it.