cpython: bd6127a6354f (original) (raw)

Mercurial > cpython

changeset 99930:bd6127a6354f

Issue #23883: grp and pwd are None on Windows [#23883]

Martin Panter vadmium+py@gmail.com
date Sat, 16 Jan 2016 11:01:14 +0000
parents 62e925be0aff
children 4b06490cca47
files Lib/test/test_tarfile.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Lib/test/test_tarfile.py 2

line wrap: on

line diff

--- a/Lib/test/test_tarfile.py +++ b/Lib/test/test_tarfile.py @@ -1998,7 +1998,7 @@ class MiscTest(unittest.TestCase): tarfile.itn(0x10000000000, 6, tarfile.GNU_FORMAT) def test__all__(self):