changeset: 91778:4fe27263f9d4 parent: 91776:0e284e2a6752 parent: 91777:825137d0d4ca user: Serhiy Storchaka date: Wed Jul 23 18:42:09 2014 +0300 files: Misc/ACKS Misc/NEWS description: Correct issue #21044 patch author. diff -r 0e284e2a6752 -r 4fe27263f9d4 Misc/ACKS --- a/Misc/ACKS Wed Jul 23 11:27:49 2014 +0300 +++ b/Misc/ACKS Wed Jul 23 18:42:09 2014 +0300 @@ -1005,7 +1005,6 @@ Todd R. Palmer Juan David Ibáñez Palomar Jan Palus -Martin Panter Mathias Panzenböck M. Papillon Peter Parente diff -r 0e284e2a6752 -r 4fe27263f9d4 Misc/NEWS --- a/Misc/NEWS Wed Jul 23 11:27:49 2014 +0300 +++ b/Misc/NEWS Wed Jul 23 18:42:09 2014 +0300 @@ -118,7 +118,7 @@ ValueError on ``fstat()`` failure. - 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 #21966: Respect -q command-line option when code module is ran.