Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 98b6bc3bf72532b784a1c1fa76eaa6026a663e44 https://github.com/python/cpython/commit/98b6bc3bf72532b784a1c1fa76eaa6026a663e44 Author: Utkarsh Upadhyay <mail at musicallyut.in> Date: 2017年07月02日 (2017年7月02日) Changed paths: M Lib/datetime.py M Lib/test/datetimetester.py M Lib/test/test_datetime.py M Misc/ACKS Log Message: ----------- bpo-30822: Fix testing of datetime module. (#2530) Only C implementation was tested.