summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorXavier de Gaye <xdegaye@users.sourceforge.net>2016-12-09 08:33:09 (GMT)
committerXavier de Gaye <xdegaye@users.sourceforge.net>2016-12-09 08:33:09 (GMT)
commitf44abdab1eeb75e2a876e905e3af20b461ab0f6c (patch)
tree6943b71d40e06633b240e6e3bfe059b84101851f /Misc/NEWS
parent20367420c8b32602a550834fa3fb061a9d9a3b55 (diff)
downloadcpython-f44abdab1eeb75e2a876e905e3af20b461ab0f6c.zip
cpython-f44abdab1eeb75e2a876e905e3af20b461ab0f6c.tar.gz
cpython-f44abdab1eeb75e2a876e905e3af20b461ab0f6c.tar.bz2
Issue #26937: The chown() method of the tarfile.TarFile class does not fail now
when the grp module cannot be imported, as for example on Android platforms.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index deb1549..ef0d960 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,10 @@ Library
- Issue #28847: dbm.dumb now supports reading read-only files and no longer
writes the index file when it is not changed.
+- Issue #26937: The chown() method of the tarfile.TarFile class does not fail
+ now when the grp module cannot be imported, as for example on Android
+ platforms.
+
Windows
-------