mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Issue #23883: Removed redundant names from blacklists.
This commit is contained in:
parent
e8afd01db8
commit
2c1d3e320f
2 changed files with 3 additions and 3 deletions
|
|
@ -1998,7 +1998,7 @@ class MiscTest(unittest.TestCase):
|
|||
tarfile.itn(0x10000000000, 6, tarfile.GNU_FORMAT)
|
||||
|
||||
def test__all__(self):
|
||||
blacklist = {'version', 'bltn_open', 'symlink_exception',
|
||||
blacklist = {'version', 'symlink_exception',
|
||||
'NUL', 'BLOCKSIZE', 'RECORDSIZE', 'GNU_MAGIC',
|
||||
'POSIX_MAGIC', 'LENGTH_NAME', 'LENGTH_LINK',
|
||||
'LENGTH_PREFIX', 'REGTYPE', 'AREGTYPE', 'LNKTYPE',
|
||||
|
|
@ -2011,7 +2011,7 @@ class MiscTest(unittest.TestCase):
|
|||
'filemode',
|
||||
'EmptyHeaderError', 'TruncatedHeaderError',
|
||||
'EOFHeaderError', 'InvalidHeaderError',
|
||||
'SubsequentHeaderError', 'ExFileObject', 'TarIter',
|
||||
'SubsequentHeaderError', 'ExFileObject',
|
||||
'main'}
|
||||
support.check__all__(self, tarfile, blacklist=blacklist)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue