]> granicus.if.org Git - python/commit
Issue 21044: tarfile.open() now handles fileobj with an integer 'name'
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 16 Jul 2014 20:58:58 +0000 (23:58 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 16 Jul 2014 20:58:58 +0000 (23:58 +0300)
commit2c6a3aedeb47ce763454f936545b6dddabbe29cb
tree85c8b05cf6ef10c7dfd6057d8968190f1c993ec5
parent8faecbfb425747130061e89eb619cb6dcdfa1c49
Issue 21044: tarfile.open() now handles fileobj with an integer 'name'
attribute.  Based on patch by Martin Panter.
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/ACKS
Misc/NEWS