changeset: 102738:617104a6b759 user: Alexander Belopolsky date: Wed Aug 17 19:56:17 2016 -0400 files: Lib/test/datetimetester.py description: Issue #24773: Include Tallinn 1999-10-31 transition in tests. Does not appear to be a problem anymore and I cannot figure out why it was skipped in the first place. diff -r 1bf307f42a6b -r 617104a6b759 Lib/test/datetimetester.py --- a/Lib/test/datetimetester.py Wed Aug 17 17:18:33 2016 -0400 +++ b/Lib/test/datetimetester.py Wed Aug 17 19:56:17 2016 -0400 @@ -4770,9 +4770,6 @@ # System support for times around the end of 32-bit time_t # and later is flaky on many systems. break - if self.zonename == 'Europe/Tallinn' and udt.date() == date(1999, 10, 31): - print("Skip %s %s transition" % (self.zonename, udt)) - continue s0 = (udt - datetime(1970, 1, 1)) // SEC ss = shift // SEC # shift seconds for x in [-40 * 3600, -20*3600, -1, 0,