summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorLars Gustäbel <lars@gustaebel.de>2012-04-24 21:09:17 +0200
committerLars Gustäbel <lars@gustaebel.de>2012-04-24 21:09:17 +0200
commit9f478c021dc499b0d23ee418c0dcc6b5076524aa (patch)
tree3ebaca4c7471baecc8eff3eb70b163da49fa9bbe /Misc
parent1d642d2af1809cd3a37a22488755f337fb1a867a (diff)
parent1ef9eda7bcddc494a250a6fb262c0dd3327dc443 (diff)
downloadcpython-git-9f478c021dc499b0d23ee418c0dcc6b5076524aa.tar.gz
Merge with 3.2: 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 b6b76ff16a..c2e7cc3a29 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -71,6 +71,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.