http://bugs.python.org/review/19974/diff/10333/Lib/tarfile.py
File Lib/tarfile.py (right):
http://bugs.python.org/review/19974/diff/10333/Lib/tarfile.py#newcode1999
Lib/tarfile.py:1999: drv, normalized_path = os.path.splitdrive(path)
On 2014/01/16 08:21:52, vajrasky wrote:
> On 2013/12/15 21:38:11, storchaka wrote:
> > Why these changes are needed? They are not look related.
>
> There is an underlying bug on Windows. Without these changes, the patch will
not
> work on Windows as it currently does not. Maybe we should make this bug as a
> separate ticket. When I get to my Windows machine, I'll explain the bug.
Yes, please open a separate ticket.
http://bugs.python.org/review/19974/diff/11106/Lib/test/test_tarfile.py File Lib/test/test_tarfile.py (right): http://bugs.python.org/review/19974/diff/11106/Lib/test/test_tarfile.py#newcode1204 Lib/test/test_tarfile.py:1204: tar = tarfile.open(temparchive,'w') I guess the code could be ...
Issue 19974: tarfile doesn't overwrite symlink by directory
Created 5 years, 2 months ago by antonymayi_yahoo.com
Modified 2 months ago
Reviewers: storchaka_gmail.com, vajrasky, Claudiu.Popa, Martin Panter
Base URL: None
Comments: 13