]> 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:00 +0000 (16:14 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jan 2014 14:14:00 +0000 (16:14 +0200)
commit7a278da4ee4ca2e4d98d8285c409dd1f370b46ce
tree0fe22b157863b8db4e9d25919b9697520982b77c
parentcdf1ebd8feff4b1d9410f10a7c7c51a7cecad65a
Issue #20243: TarFile no longer raise ReadError when opened in write mode.
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS