From: Martin Panter Date: Sat, 16 Jan 2016 11:01:14 +0000 (+0000) Subject: Issue #23883: grp and pwd are None on Windows X-Git-Tag: v3.6.0a1~763 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5318d1048f701f5bfdc21aeca3bd6bc876d304b0;p=python Issue #23883: grp and pwd are None on Windows --- diff --git a/Lib/test/test_tarfile.py b/Lib/test/test_tarfile.py index 9ffa2b5cf4..03875abe84 100644 --- 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): - blacklist = {'version', 'symlink_exception', + blacklist = {'version', 'grp', 'pwd', 'symlink_exception', 'NUL', 'BLOCKSIZE', 'RECORDSIZE', 'GNU_MAGIC', 'POSIX_MAGIC', 'LENGTH_NAME', 'LENGTH_LINK', 'LENGTH_PREFIX', 'REGTYPE', 'AREGTYPE', 'LNKTYPE',