summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_calendar.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-01-16 09:05:11 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-01-16 09:05:11 (GMT)
commit2c1d3e320fa26d2f8da3196a4966d2c9ece77430 (patch)
tree31f8078d51e3e4a4e3f92f60f7128300ce93a856 /Lib/test/test_calendar.py
parente8afd01db8c96ac686ab1834a04c0467e8d092e9 (diff)
downloadcpython-2c1d3e320fa26d2f8da3196a4966d2c9ece77430.zip
cpython-2c1d3e320fa26d2f8da3196a4966d2c9ece77430.tar.gz
cpython-2c1d3e320fa26d2f8da3196a4966d2c9ece77430.tar.bz2
Issue #23883: Removed redundant names from blacklists.
Diffstat (limited to 'Lib/test/test_calendar.py')
-rw-r--r--Lib/test/test_calendar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_calendar.py b/Lib/test/test_calendar.py
index d95ad04..6dad058 100644
--- a/Lib/test/test_calendar.py
+++ b/Lib/test/test_calendar.py
@@ -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'}