summaryrefslogtreecommitdiff
path: root/Lib/test/test_calendar.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-01-16 11:05:11 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2016-01-16 11:05:11 +0200
commit33631c9f386f7d55d3c2dde68a3764ed5844c942 (patch)
tree42e9dd30f23f577653576a284861e157b9d50b84 /Lib/test/test_calendar.py
parent8eafac461bde1d76d651ca1b77a1176db6d36af4 (diff)
downloadcpython-33631c9f386f7d55d3c2dde68a3764ed5844c942.tar.gz
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 d95ad04eb0..6dad058e77 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'}