summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLars Gustäbel <lars@gustaebel.de>2010-06-03 10:07:08 (GMT)
committerLars Gustäbel <lars@gustaebel.de>2010-06-03 10:07:08 (GMT)
commit9bcbe49ba1b84cdd97f576c8347a12afaa67f545 (patch)
tree76af258e8e2b617c1fad183997151c15374099a8 /Misc
parente036af0ce5a564b958381e49c61a91f7a3591d1a (diff)
downloadcpython-9bcbe49ba1b84cdd97f576c8347a12afaa67f545.zip
cpython-9bcbe49ba1b84cdd97f576c8347a12afaa67f545.tar.gz
cpython-9bcbe49ba1b84cdd97f576c8347a12afaa67f545.tar.bz2
Merged revisions 81663 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81663 | lars.gustaebel | 2010-06-03 11:56:22 +0200 (Thu, 03 Jun 2010) | 4 lines 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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 70e3cee..e4a848e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,6 +58,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.