commit | e7829bdf122f1b481a09c4aab00821f02052191b | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Jul 16 23:58:12 2014 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Jul 16 23:58:12 2014 +0300 |
tree | 04aee6a8840fbab9e6a1ba161f2cb7ecaae5daed | |
parent | fdfe9fce8ca667bba06b1b1a657f722fd9511562 [diff] |
Issue 21044: tarfile.open() now handles fileobj with an integer 'name' attribute. Based on patch by Martin Panter.