diff options
author | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-12-09 08:33:09 (GMT) |
---|---|---|
committer | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-12-09 08:33:09 (GMT) |
commit | f44abdab1eeb75e2a876e905e3af20b461ab0f6c (patch) | |
tree | 6943b71d40e06633b240e6e3bfe059b84101851f /Misc | |
parent | 20367420c8b32602a550834fa3fb061a9d9a3b55 (diff) | |
download | cpython-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')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ------- |