mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
@ -817,7 +817,7 @@ class CommandLineTestCase(unittest.TestCase):
|
|||
|
||||
class MiscTestCase(unittest.TestCase):
|
||||
def test__all__(self):
|
||||
blacklist = {'error', 'mdays', 'January', 'February', 'EPOCH',
|
||||
blacklist = {'mdays', 'January', 'February', 'EPOCH',
|
||||
'MONDAY', 'TUESDAY', 'WEDNESDAY', 'THURSDAY', 'FRIDAY',
|
||||
'SATURDAY', 'SUNDAY', 'different_locale', 'c',
|
||||
'prweek', 'week', 'format', 'formatstring', 'main'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue