commit | ce34ba6e3c5f44d40d723933cd9c03af70a50410 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu May 09 14:22:05 2013 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu May 09 14:22:05 2013 +0300 |
tree | 2af45057f9c8633f33b6f597289d7d05e3342036 | |
parent | 673770c59d6b68c05aaa37cb3e45fb7f86aa7db3 [diff] [blame] |
Issue #16601: Restarting iteration over tarfile no more continues from where it left off. Patch by Michael Birtwell.
diff --git a/Misc/NEWS b/Misc/NEWS index 6eea7de..2c09420 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -26,6 +26,9 @@ Library ------- +- Issue #16601: Restarting iteration over tarfile no more continues from where + it left off. Patch by Michael Birtwell. + - Issue 16584: in filecomp._cmp, catch IOError as well as os.error. Patch by Till Maas.