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

Add missing docstrings for TarInfo objects #12555

Merged
merged 3 commits into from
Mar 27, 2019

Conversation

rhettinger
Copy link
Contributor

View the changes with:

>>> import tarfile
>>> help(tarfile.TarInfo)

View the HTML version with:

$ ./python.exe -m pydoc -w tarfile.TarInfo
$ open tarfile.TarInfo.html

Lib/tarfile.py Outdated Show resolved Hide resolved
@rhettinger rhettinger merged commit a694f23 into python:master Mar 27, 2019
@bedevere-bot
Copy link

@rhettinger: Please replace # with GH- in the commit message next time. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants