summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-07-16 21:00:26 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-07-16 21:00:26 (GMT)
commita98faefd68da474d5155979f5f9174f98bb6227b (patch)
tree8e5ea7a584f4073f1eb1eb858b749d410a6183c4 /Misc/NEWS
parent05d7d156266ac561e988ed84d6fbaf044541d855 (diff)
parent2c6a3aedeb47ce763454f936545b6dddabbe29cb (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 83c629f..80d66d0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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().