This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: tarfile.py: patch for bug #1017553
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, lars.gustaebel, nnorwitz
Priority: normal Keywords: patch

Created on 2004-10-10 12:40 by lars.gustaebel, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
filemode.patch lars.gustaebel, 2004-10-10 12:40 patch for Lib/tarfile.py
Messages (3)
msg47045 - (view) Author: Lars Gustäbel (lars.gustaebel) * (Python committer) Date: 2004-10-10 12:40
The attached patch fixes the filemode() issue in bug
#1017553 and is against current CVS sources.
msg47046 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2004-10-20 11:56
Logged In: YES 
user_id=11375

Applied to the 2.3-maint branch as rev. 1.8.12.5, and to 2.4 CVS
as rev. 1.21; thanks!  I also added a test case that
exercises filemode().

Lars, I'm going to request that your SF ID be added to the
Python project, so that we can assign bugs to you and so you
can just check things in instead of waiting for someone to
get around to them.
msg47047 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2004-10-20 13:29
Logged In: YES 
user_id=33168

Thanks Andrew.  I second Lars being added.
History
Date User Action Args
2022-04-11 14:56:07adminsetgithub: 40999
2004-10-10 12:40:29lars.gustaebelcreate