]> granicus.if.org Git - python/commit
bpo-30822: Fix testing of datetime module. (#2530) (#2783)
authorUtkarsh Upadhyay <mail@musicallyut.in>
Fri, 21 Jul 2017 00:14:54 +0000 (02:14 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 21 Jul 2017 00:14:54 +0000 (02:14 +0200)
commit287c5594edc1ca08db64d1f4739cc36bfe75ae75
tree67a8421d302c773765a452012e2317041cffd118
parentfff2a21057b98732562098e3bdd65980551f0135
bpo-30822: Fix testing of datetime module. (#2530) (#2783)

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