diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2011-10-14 10:53:10 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2011-10-14 10:53:10 (GMT) |
commit | 01277d166a993742814c772d01987fbaafb528d4 (patch) | |
tree | 1313156ef053cbd757ce804db6387c05b925f234 /Misc | |
parent | 0e7e715a117ca5f29d53890550ff00447f0c2dc5 (diff) | |
parent | ac3d137a303d579d7b02af083fda90309ab9378a (diff) | |
download | cpython-01277d166a993742814c772d01987fbaafb528d4.zip cpython-01277d166a993742814c772d01987fbaafb528d4.tar.gz cpython-01277d166a993742814c772d01987fbaafb528d4.tar.bz2 |
Merge with 3.2: Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile.
The nti() function that converts a number field from a tar header to a number
failed to decode GNU tar specific base-256 fields. I also added support for
decoding and encoding negative base-256 number fields.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -305,6 +305,9 @@ Core and Builtins Library ------- +- Issue #13158: Fix decoding and encoding of GNU tar specific base-256 number + fields in tarfile. + - Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding, instead of the locale encoding. |