diff options
| author | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-12-09 09:33:09 +0100 |
|---|---|---|
| committer | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-12-09 09:33:09 +0100 |
| commit | f44abdab1eeb75e2a876e905e3af20b461ab0f6c (patch) | |
| tree | 6943b71d40e06633b240e6e3bfe059b84101851f /Misc | |
| parent | 20367420c8b32602a550834fa3fb061a9d9a3b55 (diff) | |
| download | cpython-git-f44abdab1eeb75e2a876e905e3af20b461ab0f6c.tar.gz | |
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 ------- |
