diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-10-28 05:52:22 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-10-28 05:52:22 (GMT) |
commit | f3396542806e9c6d1dfafda5d1e53296d3d1af09 (patch) | |
tree | 20ddb14f9ad9bfeb9c00cf5eb89f31ee23543259 /Misc | |
parent | 466e5b336ea68293abbda84c3e99d64708043443 (diff) | |
download | cpython-f3396542806e9c6d1dfafda5d1e53296d3d1af09.zip cpython-f3396542806e9c6d1dfafda5d1e53296d3d1af09.tar.gz cpython-f3396542806e9c6d1dfafda5d1e53296d3d1af09.tar.bz2 |
Patch #1338314, Bug #1336623: fix tarfile so it can extract
REGTYPE directories from tarfiles written by old programs.
Will backport.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -177,6 +177,9 @@ Core and builtins Extension Modules ----------------- +- Patch #1338314, Bug #1336623: fix tarfile so it can extract + REGTYPE directories from tarfiles written by old programs. + - Get bsddb module to build with BSD DB version 3.2 - Patch #1309009, Fix segfault in pyexpat when the XML document is in latin_1, |