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

tarfile - Changelog versions change based on which doc version you are viewing #122135

Closed
helloSeen opened this issue Jul 22, 2024 · 2 comments
Closed
Labels
docs Documentation in the Doc dir

Comments

@helloSeen
Copy link

Documentation

I am trying to determine when the filter parameter was added to the TarFile.extractall() method. When viewing the 3.12 documentation it says the parameter was added in 3.12, however switching to 3.8 documentation it says the parameter was added in 3.8.17. It seems as though the documentation is set to say the parameter was added in the latest possible version.

This is, of course, not very helpful in determining when the change was actually implemented.

Proposed changes:
Review and update the change log comments in tarfile to accurately reflect when changes were added to Python.

@helloSeen helloSeen added the docs Documentation in the Doc dir label Jul 22, 2024
@JelleZijlstra
Copy link
Member

The changelogs are correct; it was added in all the bugfix versions of 3.8 through 3.11, as well as in 3.12. See PEP-706.

@hugovk
Copy link
Member

hugovk commented Jul 22, 2024

And #102950 is the relevant issue with links to the 3.12 PR and each backport PR.

@terryjreedy terryjreedy closed this as not planned Won't fix, can't repro, duplicate, stale Jul 23, 2024
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
Projects
None yet
Development

No branches or pull requests

4 participants