X Tutup
The Wayback Machine - https://web.archive.org/web/20220612141237/https://github.com/python/cpython/issues/93654
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pathlib has no docstring #93654

Open
RhysU opened this issue Jun 9, 2022 · 2 comments
Open

pathlib has no docstring #93654

RhysU opened this issue Jun 9, 2022 · 2 comments
Labels
3.12 docs type-feature

Comments

@RhysU
Copy link

@RhysU RhysU commented Jun 9, 2022

Documentation

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

>>> import pathlib
>>> type(pathlib.__doc__)
<class 'NoneType'>
@RhysU RhysU added the docs label Jun 9, 2022
@RhysU
Copy link
Author

@RhysU RhysU commented Jun 9, 2022

This module offers classes representing filesystem paths with semantics appropriate for different operating systems. or some shortened version thereof is probably sensible, lifting from https://docs.python.org/3/library/pathlib.html#module-pathlib

@AA-Turner
Copy link
Member

@AA-Turner AA-Turner commented Jun 9, 2022

The first 0.1 release on PyPI didn't have a docstring either! (https://pypi.org/project/pathlib/0.1/#files)

cc: @pitrou @barneygale

A

@AA-Turner AA-Turner added type-feature expert-IO 3.12 labels Jun 9, 2022
@pitrou pitrou removed the expert-IO label Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.12 docs type-feature
Projects
None yet
Development

No branches or pull requests

3 participants
X Tutup