[issue31808] tarfile.extractall fails to overwrite symlinks

2017-11-19 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: -4364 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue31808] tarfile.extractall fails to overwrite symlinks

2017-11-16 Thread Dong-hee Na
Dong-hee Na added the comment: I 've submitted the patch please take a look. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue31808] tarfile.extractall fails to overwrite symlinks

2017-11-16 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue31808] tarfile.extractall fails to overwrite symlinks

2017-11-16 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +4364 stage: needs patch -> patch review ___ Python tracker ___ ___ Python

[issue31808] tarfile.extractall fails to overwrite symlinks

2017-11-07 Thread Berker Peksag
Change by Berker Peksag : -- nosy: +serhiy.storchaka stage: -> needs patch versions: +Python 3.7 -Python 3.5 ___ Python tracker ___

[issue31808] tarfile.extractall fails to overwrite symlinks

2017-10-18 Thread Frederic Beister
New submission from Frederic Beister : The fix for https://bugs.python.org/issue10761 somehow didn't make it into 3.5 and later - I have the same behavior as described there in 3.5.1 and 3.6.1 (tested on Ubuntu 16.04) -- components: Library (Lib) messages: 304563 nosy: Frederic Beister