diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2013-05-09 14:22:26 +0300 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-05-09 14:22:26 +0300 |
| commit | 263fab94ee1f32b53b709c25c76044719d0eb88e (patch) | |
| tree | c4aa65d9c62a46d7726e47407dbb3eeba9040ab2 /Misc | |
| parent | 6bcc0f1b5161adf0773ebeba77f1d7662aad4f0e (diff) | |
| download | cpython-git-263fab94ee1f32b53b709c25c76044719d0eb88e.tar.gz | |
Issue #16601: Restarting iteration over tarfile no more continues from where
it left off. Patch by Michael Birtwell.
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/ACKS | 1 | ||||
| -rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -117,6 +117,7 @@ Adrian von Bidder David Binger Dominic Binks Philippe Biondi +Michael Birtwell Stuart Bishop Roy Bixler Jonathan Black @@ -47,6 +47,9 @@ Core and Builtins Library ------- +- Issue #16601: Restarting iteration over tarfile no more continues from where + it left off. Patch by Michael Birtwell. + - Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable. Initial patch by Bradley Froehle. |
