]> granicus.if.org Git - python/commit
Issue #20243: TarFile no longer raise ReadError when opened in write mode.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jan 2014 14:14:10 +0000 (16:14 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jan 2014 14:14:10 +0000 (16:14 +0200)
commitc2d01423e02d9721f897812cf6a93e64c7d75c15
tree621f81bc2b6e40b3e87e4a1be364a1533dc39541
parent9fbec7ad5e8fcdd9dcc5abd496341b86d12a4472
Issue #20243: TarFile no longer raise ReadError when opened in write mode.
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS