summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-05-09 14:22:26 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2013-05-09 14:22:26 +0300
commit263fab94ee1f32b53b709c25c76044719d0eb88e (patch)
treec4aa65d9c62a46d7726e47407dbb3eeba9040ab2 /Misc
parent6bcc0f1b5161adf0773ebeba77f1d7662aad4f0e (diff)
downloadcpython-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/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 56bb6afb83..ed30056c6a 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -117,6 +117,7 @@ Adrian von Bidder
David Binger
Dominic Binks
Philippe Biondi
+Michael Birtwell
Stuart Bishop
Roy Bixler
Jonathan Black
diff --git a/Misc/NEWS b/Misc/NEWS
index 4739cfdff5..4d1ee47fd4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.