]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 21044: tarfile.open() now handles fileobj with an integer 'name'
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 16 Jul 2014 21:00:26 +0000 (00:00 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 16 Jul 2014 21:00:26 +0000 (00:00 +0300)
commita98faefd68da474d5155979f5f9174f98bb6227b
tree8e5ea7a584f4073f1eb1eb858b749d410a6183c4
parent05d7d156266ac561e988ed84d6fbaf044541d855
parent2c6a3aedeb47ce763454f936545b6dddabbe29cb
Issue 21044: tarfile.open() now handles fileobj with an integer 'name'
attribute.  Based on patch by Martin Panter.
Lib/test/test_tarfile.py
Misc/ACKS
Misc/NEWS