]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #20245: The open functions in the tarfile module now correctly handle empty...
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jan 2014 13:35:37 +0000 (15:35 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jan 2014 13:35:37 +0000 (15:35 +0200)
commit53ad0cd2842b7327bde4ca04ee11c544e522ff43
tree97d5acc0e56305606306bbb0eed10a155d6c9aac
parentaf69fe2311c184a64e1dbfae75646d5d6c268d32
Issue #20245: The open functions in the tarfile module now correctly handle empty mode.
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS