]> granicus.if.org Git - python/commit
Issue #20245: The open functions in the tarfile module now correctly handle empty...
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jan 2014 13:37:21 +0000 (15:37 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jan 2014 13:37:21 +0000 (15:37 +0200)
commitce644a09ac731830aa3a82e9a36e41bc022383c2
tree575f918f7c21cc86d056ecca89628e68dadc6218
parent537d76076671368953465548687c360c8107ad10
parent53ad0cd2842b7327bde4ca04ee11c544e522ff43
Issue #20245: The open functions in the tarfile module now correctly handle empty mode.
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS