commit | a4f651a2ae9288df1006c6f5a1ca922a5120dde1 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Tue Jul 20 22:07:44 2004 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Tue Jul 20 22:07:44 2004 +0000 |
tree | cc1782fa721e12738be7c5273ec25d958781ef3a | |
parent | 0662f8a5eaa19f7eed6978eed1af32563359fb93 [diff] [blame] |
SF #857297 and 916874, improve handling of hard links when extracting
diff --git a/Misc/NEWS b/Misc/NEWS index fd6d244..f679239 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -39,6 +39,9 @@ Library ------- +- Bug #857297/Patch #916874. Fix an error when extracting a hard link + from a tarfile. + - Patch #846659. Fix an error in tarfile.py when using GNU longname/longlink creation.