mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Backport fix for bug #1643943.
This commit is contained in:
parent
817b489422
commit
6d8e5ad09d
3 changed files with 36 additions and 31 deletions
|
|
@ -463,6 +463,10 @@ class CalculationTests(unittest.TestCase):
|
|||
"of the year")
|
||||
test_helper((1917, 12, 31), "Dec 31 on Monday with year starting and "
|
||||
"ending on Monday")
|
||||
test_helper((2007, 01, 07), "First Sunday of 2007")
|
||||
test_helper((2007, 01, 14), "Second Sunday of 2007")
|
||||
test_helper((2006, 12, 31), "Last Sunday of 2006")
|
||||
test_helper((2006, 12, 24), "Second to last Sunday of 2006")
|
||||
|
||||
|
||||
class CacheTests(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue