Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8f432a + 4b363e2 commit f409c7cCopy full SHA for f409c7c
1 file changed
Lib/test/test_email/test_utils.py
@@ -136,6 +136,9 @@ def test_variable_tzname(self):
136
t1 = utils.localtime(t0)
137
self.assertEqual(t1.tzname(), 'EET')
138
139
+# Issue #24836: The timezone files are out of date (pre 2011k)
140
+# on Mac OS X Snow Leopard.
141
+@test.support.requires_mac_ver(10, 7)
142
class FormatDateTests(unittest.TestCase):
143
144
@test.support.run_with_tz('Europe/Minsk')
0 commit comments