Joachim Jablon added the comment:
It may or it may not be obvious to some, but in year 5328, October 31st is the
last Sunday of October, which in Rome, as in the rest of EU, according to the
202X rules, means it’s the day we shift from summer time (in Rome UTC+2) to
standard time (in Rome
New submission from Joachim Jablon :
(Not really sure it is a bug, but better informed people might find it worthy
still)
isinstance can accept, as second argument, a type or a potentially nested tuple
of types. Only tuples are accepted, as opposed to generic iterables. The
reasoning behind
Joachim Jablon added the comment:
If you stop sorting keys in pprint, then unittest.TestCase.assertDictEquals()
(and pytest and such) won't be able to generate a meaningful diff when 2 dicts
aren't equal, and it will be much more complicated to understand why a test
fai