summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorpxinwr <peixing.xin@windriver.com>2019-04-15 09:06:21 (GMT)
committerVictor Stinner <vstinner@redhat.com>2019-04-15 09:06:21 (GMT)
commitf1464f4d2ecf9b809ff768c523c5eea1abd31c55 (patch)
tree5955ee8faf8a1e4f8bea308219740465ac082920 /Misc/NEWS.d
parent236d0b75c41449a266201c683b4b0d6acdee02df (diff)
downloadcpython-f1464f4d2ecf9b809ff768c523c5eea1abd31c55.zip
cpython-f1464f4d2ecf9b809ff768c523c5eea1abd31c55.tar.gz
cpython-f1464f4d2ecf9b809ff768c523c5eea1abd31c55.tar.bz2
bpo-31904: Port the time module on VxWorks (GH-12305)
time.clock() is not available on VxWorks.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2019-03-13-16-48-42.bpo-31904.9sjd38.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-03-13-16-48-42.bpo-31904.9sjd38.rst b/Misc/NEWS.d/next/Library/2019-03-13-16-48-42.bpo-31904.9sjd38.rst
new file mode 100644
index 0000000..6fb5c89
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-03-13-16-48-42.bpo-31904.9sjd38.rst
@@ -0,0 +1 @@
+Add time module support and fix test_time faiures for VxWorks.