]> granicus.if.org Git - python/commit
Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jan 2014 13:53:05 +0000 (15:53 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jan 2014 13:53:05 +0000 (15:53 +0200)
commit9fbec7ad5e8fcdd9dcc5abd496341b86d12a4472
treedeb922b10d5de919bd8387cfcfa5dea37cd76aa9
parent53ad0cd2842b7327bde4ca04ee11c544e522ff43
Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't
write complete output on close.
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS