]> granicus.if.org Git - python/commit
bpo-31904: Port the time module on VxWorks (GH-12305)
authorpxinwr <peixing.xin@windriver.com>
Mon, 15 Apr 2019 09:06:21 +0000 (17:06 +0800)
committerVictor Stinner <vstinner@redhat.com>
Mon, 15 Apr 2019 09:06:21 +0000 (11:06 +0200)
commitf1464f4d2ecf9b809ff768c523c5eea1abd31c55
tree5955ee8faf8a1e4f8bea308219740465ac082920
parent236d0b75c41449a266201c683b4b0d6acdee02df
bpo-31904: Port the time module on VxWorks (GH-12305)

time.clock() is not available on VxWorks.
Doc/library/time.rst
Lib/test/test_time.py
Misc/NEWS.d/next/Library/2019-03-13-16-48-42.bpo-31904.9sjd38.rst [new file with mode: 0644]
Modules/timemodule.c