bpo-30822: Fix testing of datetime module. (#2530)
authorUtkarsh Upadhyay <mail@musicallyut.in>
Sun, 2 Jul 2017 12:46:04 +0000 (14:46 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 2 Jul 2017 12:46:04 +0000 (15:46 +0300)
commit98b6bc3bf72532b784a1c1fa76eaa6026a663e44
tree71c47739cd897b13df0ba1086470f9cd0f1eebb0
parent8a8d28501fc8ce25926d168f1c657656c809fd4c
bpo-30822: Fix testing of datetime module. (#2530)

Only C implementation was tested.
Lib/datetime.py
Lib/test/datetimetester.py
Lib/test/test_datetime.py
Misc/ACKS