diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2010-10-29 09:08:19 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2010-10-29 09:08:19 (GMT) |
commit | 9cbdd75ec5deda8f55edd7caab42dff65d009da2 (patch) | |
tree | 95b2e754a4de902227d69539df787d7b6935c178 /Misc/NEWS | |
parent | 3122ce3e5d9c235619f44c6f32e5636a40b6f0be (diff) | |
download | cpython-9cbdd75ec5deda8f55edd7caab42dff65d009da2.zip cpython-9cbdd75ec5deda8f55edd7caab42dff65d009da2.tar.gz cpython-9cbdd75ec5deda8f55edd7caab42dff65d009da2.tar.bz2 |
Add read support for all missing variants of the GNU sparse
extensions. Thus, in addition to GNUTYPE_SPARSE headers, sparse
information in pax headers created by GNU tar can now be decoded.
All three formats 0.0, 0.1 and 1.0 are supported.
On filesystems that support this, holes in files are now restored
whenever a sparse member is extracted.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -54,6 +54,9 @@ Core and Builtins Library ------- +- tarfile.py: Add support for all missing variants of the GNU sparse + extensions and create files with holes when extracting sparse members. + - Issue #10218: Return timeout status from ``Condition.wait`` in threading. - Issue #7351: Add ``zipfile.BadZipFile`` spelling of the exception name |