commit | 75b9da4aaf6b1636a116f4afd5b0d11a642c4401 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Aug 18 13:57:44 2004 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Aug 18 13:57:44 2004 +0000 |
tree | 5281cd8a1fded1cefc91a3daa6742bab693014a3 | |
parent | 78a8acc55bb3ae7c8d265cbcb4709d84938a4cef [diff] [blame] |
Patch #995126: Correct directory size, and generate GNU tarfiles by default.
diff --git a/Misc/NEWS b/Misc/NEWS index c6857dc..184c15c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -44,6 +44,8 @@ Library ------- +- tarfile now generates GNU tar files by default. + - HTTPResponse has now a getheaders method. - Patch #1006219: let inspect.getsource handle '@' decorators. Thanks Simon