]> granicus.if.org Git - python/commit
Issue #16601: Restarting iteration over tarfile no more continues from where
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 9 May 2013 11:22:26 +0000 (14:22 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 9 May 2013 11:22:26 +0000 (14:22 +0300)
commit263fab94ee1f32b53b709c25c76044719d0eb88e
treec4aa65d9c62a46d7726e47407dbb3eeba9040ab2
parent6bcc0f1b5161adf0773ebeba77f1d7662aad4f0e
Issue #16601: Restarting iteration over tarfile no more continues from where
it left off.  Patch by Michael Birtwell.
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/ACKS
Misc/NEWS