New GitHub issue #93654 from RhysU:<br>

<hr>

<pre>
**Documentation**

Oddly, `pathlib` has no docstring: https://github.com/python/cpython/blob/main/Lib/pathlib.py

```
>>> import pathlib
>>> type(pathlib.__doc__)
<class 'NoneType'>
```

</pre>

<hr>

<a href="https://github.com/python/cpython/issues/93654">View on GitHub</a>
<p>Labels: docs</p>
<p>Assignee: </p>