]> 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:35:19 +0000 (15:35 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jan 2014 13:35:19 +0000 (15:35 +0200)
commit75ba21a77d41be2a4d5f824363e69d45bcba1ec4
treed3c979104366213fea1677a8023454924e9611b5
parentce46aed13e2db3b48952d68a866bb8276dde89fe
Issue #20245: The open functions in the tarfile module now correctly handle empty mode.
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS