summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorLars Gustäbel <lars@gustaebel.de>2012-04-24 21:04:40 +0200
committerLars Gustäbel <lars@gustaebel.de>2012-04-24 21:04:40 +0200
commit1ef9eda7bcddc494a250a6fb262c0dd3327dc443 (patch)
tree452e38c50f84bf64505d390a23984c8534a717a0 /Misc
parentd11d0d6343b16f526c57ffd148a89548e0c6d681 (diff)
downloadcpython-git-1ef9eda7bcddc494a250a6fb262c0dd3327dc443.tar.gz
Issue #14160: TarFile.extractfile() failed to resolve symbolic links
when the links were not located in an archive subdirectory.
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 2d58cb618e..08254d4dda 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,6 +56,9 @@ Core and Builtins
Library
-------
+- Issue #14160: TarFile.extractfile() failed to resolve symbolic links when
+ the links were not located in an archive subdirectory.
+
- Issue #14638: pydoc now treats non-string __name__ values as if they
were missing, instead of raising an error.