summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_time.py
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-09-06 06:12:18 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-09-06 06:12:18 (GMT)
commit643d6d31357d7278fa1e04177ab455c505ec9031 (patch)
tree1b9be7f3b257a8c57a855759ed90da84fb0cc679 /Lib/test/test_time.py
parent74a7b8f027ea1c9cef7176e5a2fcced7655bac4c (diff)
parentdcaf4ccf3f1d8040313f68b77424d39691389164 (diff)
downloadcpython-643d6d31357d7278fa1e04177ab455c505ec9031.zip
cpython-643d6d31357d7278fa1e04177ab455c505ec9031.tar.gz
cpython-643d6d31357d7278fa1e04177ab455c505ec9031.tar.bz2
Issue #24917: Backed out changeset 09b62202d9b7
Diffstat (limited to 'Lib/test/test_time.py')
-rw-r--r--Lib/test/test_time.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/Lib/test/test_time.py b/Lib/test/test_time.py
index 8d1930d..75ab666 100644
--- a/Lib/test/test_time.py
+++ b/Lib/test/test_time.py
@@ -177,12 +177,6 @@ class TimeTestCase(unittest.TestCase):
def test_strftime_bounding_check(self):
self._bounds_checking(lambda tup: time.strftime('', tup))
- def test_strftime_format_check(self):
- for x in [ '', 'A', '%A', '%AA' ]:
- for y in range(0x0, 0x10):
- for z in [ '%', 'A%', 'AA%', '%A%', 'A%A%', '%#' ]:
- self.assertRaises(ValueError, time.strftime, x * y + z)
-
def test_default_values_for_zero(self):
# Make sure that using all zeros uses the proper default
# values. No test for daylight savings since strftime() does