diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2012-04-24 19:04:40 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2012-04-24 19:04:40 (GMT) |
commit | 1ef9eda7bcddc494a250a6fb262c0dd3327dc443 (patch) | |
tree | 452e38c50f84bf64505d390a23984c8534a717a0 /Misc | |
parent | d11d0d6343b16f526c57ffd148a89548e0c6d681 (diff) | |
download | cpython-1ef9eda7bcddc494a250a6fb262c0dd3327dc443.zip cpython-1ef9eda7bcddc494a250a6fb262c0dd3327dc443.tar.gz cpython-1ef9eda7bcddc494a250a6fb262c0dd3327dc443.tar.bz2 |
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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |