diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-07-16 21:00:26 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-07-16 21:00:26 (GMT) |
commit | a98faefd68da474d5155979f5f9174f98bb6227b (patch) | |
tree | 8e5ea7a584f4073f1eb1eb858b749d410a6183c4 /Misc/NEWS | |
parent | 05d7d156266ac561e988ed84d6fbaf044541d855 (diff) | |
parent | 2c6a3aedeb47ce763454f936545b6dddabbe29cb (diff) | |
download | cpython-a98faefd68da474d5155979f5f9174f98bb6227b.zip cpython-a98faefd68da474d5155979f5f9174f98bb6227b.tar.gz cpython-a98faefd68da474d5155979f5f9174f98bb6227b.tar.bz2 |
Issue 21044: tarfile.open() now handles fileobj with an integer 'name'
attribute. Based on patch by Martin Panter.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -108,6 +108,9 @@ Core and Builtins Library ------- +- Issue 21044: tarfile.open() now handles fileobj with an integer 'name' + attribute. Based on patch by Martin Panter. + - Issue #21966: Respect -q command-line option when code module is ran. - Issue #19076: Don't pass the redundant 'file' argument to self.error(). |