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.errorlevel is 1, not 0 #101422
Comments
ethanfurman
pushed a commit
that referenced
this issue
Jan 30, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 30, 2023
… 0 (pythonGH-101424) (cherry picked from commit ea23271) Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 30, 2023
… 0 (pythonGH-101424) (cherry picked from commit ea23271) Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
This was referenced Jan 30, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 30, 2023
… 0 (pythonGH-101424) (cherry picked from commit ea23271) Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 30, 2023
… 0 (pythonGH-101424) (cherry picked from commit ea23271) Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
miss-islington
added a commit
that referenced
this issue
Jan 30, 2023
miss-islington
added a commit
that referenced
this issue
Jan 30, 2023
miss-islington
added a commit
that referenced
this issue
Jan 30, 2023
miss-islington
added a commit
that referenced
this issue
Jan 30, 2023
miss-islington
added a commit
that referenced
this issue
Jan 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation
TarFile's docs say
errorlevel=0
, but the actual default is 1.It is that way in Python 2 and I assume it hasn't changed in py3, so for docs purposes, it's always been that way. No need for a “changed in version” note.
Linked PRs
The text was updated successfully, but these errors were encountered: