commit | 08303dbd722f379e17682daaaf60ad515e1800fb | [log] [tgz] |
---|---|---|
author | Lars Gustäbel <lars@gustaebel.de> | Mon Feb 11 18:36:07 2008 +0000 |
committer | Lars Gustäbel <lars@gustaebel.de> | Mon Feb 11 18:36:07 2008 +0000 |
tree | b2690f937e86cfe99d1a611aeebad5413cf2c7f9 | |
parent | 5ca1cba2523645b6043adf5c59bb448b8d22d816 [diff] [blame] |
Backport the nts() function from the trunk. This fixes problems with the xstar format that puts extra fields inside the space that POSIX has reserved for the prefix field.
diff --git a/Misc/NEWS b/Misc/NEWS index e9473dd..0cd7407 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -83,6 +83,8 @@ Library ------- +- tarfile.py: Fix reading of xstar archives. + - #2021: Allow tempfile.NamedTemporaryFile to be used in with statements by correctly supporting the context management protocol.