]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] bpo-30822: Fix testing of datetime module. (GH-2530) (GH-2783) (#2816)
authorUtkarsh Upadhyay <mail@musicallyut.in>
Wed, 26 Jul 2017 11:49:16 +0000 (13:49 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 26 Jul 2017 11:49:16 +0000 (13:49 +0200)
commitc52cea49544621b612c7f17f45a0c2b8b61a6c67
tree523ddcf1b1a8e0d9a101c1cf9e3b1013cf698c1d
parent0dbfab2ac7398d5d8f7e93a024a3bc866f5dd472
[3.6] bpo-30822: Fix testing of datetime module. (GH-2530) (GH-2783) (#2816)

* [3.6] bpo-30822: Fix testing of datetime module. (GH-2530) (GH-2783)

Only C implementation was tested.
(cherry picked from commit 287c5594edc1ca08db64d1f4739cc36bfe75ae75)

* [3.6] bpo-30822: Fix testing of datetime module. (GH-2530) (GH-2783)

Only C implementation was tested..
(cherry picked from commit 287c5594edc1ca08db64d1f4739cc36bfe75ae75)
Lib/datetime.py
Lib/test/datetimetester.py
Lib/test/test_datetime.py
Misc/ACKS