changeset: 91777:825137d0d4ca branch: 3.4 parent: 91775:d19c58e13ac9 user: Serhiy Storchaka date: Wed Jul 23 18:41:21 2014 +0300 files: Misc/ACKS Misc/NEWS description: Correct issue #21044 patch author. diff -r d19c58e13ac9 -r 825137d0d4ca Misc/ACKS --- a/Misc/ACKS Wed Jul 23 11:27:17 2014 +0300 +++ b/Misc/ACKS Wed Jul 23 18:41:21 2014 +0300 @@ -997,7 +997,6 @@ Todd R. Palmer Juan David Ibáñez Palomar Jan Palus -Martin Panter Mathias Panzenböck M. Papillon Peter Parente diff -r d19c58e13ac9 -r 825137d0d4ca Misc/NEWS --- a/Misc/NEWS Wed Jul 23 11:27:17 2014 +0300 +++ b/Misc/NEWS Wed Jul 23 18:41:21 2014 +0300 @@ -28,7 +28,7 @@ ------- - Issue #21044: tarfile.open() now handles fileobj with an integer 'name' - attribute. Based on patch by Martin Panter. + attribute. Based on patch by Antoine Pietri. - Issue #21867: Prevent turtle crash due to invalid undo buffer size.