Closed
Description
Documentation
Oddly, pathlib
has no docstring: https://github.com/python/cpython/blob/main/Lib/pathlib.py
>>> import pathlib
>>> type(pathlib.__doc__)
<class 'NoneType'>
Metadata
Metadata
Assignees
Labels
only security fixesonly security fixesDocumentation in the Doc dirDocumentation in the Doc dirA feature request or enhancementA feature request or enhancement