Issue #1735: TarFile.extractall() now correctly sets
directory permissions and times.

(will backport to 2.5)
diff --git a/Misc/NEWS b/Misc/NEWS
index 8100c77..7095b5b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -342,6 +342,9 @@
 Library
 -------
 
+- Issue #1735: TarFile.extractall() now correctly sets directory permissions
+  and times.
+
 - Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint.
 
 - Bug #1687: Fxed plistlib.py restricts <integer> to Python int when writing