[Python-checkins] [python/cpython] 287c55: bpo-30822: Fix testing of datetime module. (#2530)...

GitHub noreply at github.com
Thu Jul 20 20:14:56 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 287c5594edc1ca08db64d1f4739cc36bfe75ae75
      https://github.com/python/cpython/commit/287c5594edc1ca08db64d1f4739cc36bfe75ae75
  Author: Utkarsh Upadhyay <mail at musicallyut.in>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  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) (#2783)

Only C implementation was tested.




More information about the Python-checkins mailing list