diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2010-06-03 09:56:22 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2010-06-03 09:56:22 (GMT) |
commit | 2ee9c6fa506595fd296879823f0b445f0aec26ce (patch) | |
tree | 0a9a0fbbf5f071cc0783c9212655b28ad3d5ddc7 /Misc | |
parent | 593e4ca7a5300752c1fe595c22caa859b7fcd5fb (diff) | |
download | cpython-2ee9c6fa506595fd296879823f0b445f0aec26ce.zip cpython-2ee9c6fa506595fd296879823f0b445f0aec26ce.tar.gz cpython-2ee9c6fa506595fd296879823f0b445f0aec26ce.tar.bz2 |
Issue #8833: tarfile created hard link entries with a size
field != 0 by mistake. The associated testcase did not
expose this bug because it was broken too.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,6 +46,9 @@ C-API Library ------- +- Issue #8833: tarfile created hard link entries with a size field != 0 by + mistake. + - Issue #1368247: set_charset (and therefore MIMEText) now automatically encodes a unicode _payload to the output_charset. |