summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2017-09-26-11-38-52.bpo-31596.50Eyel.rst
diff options
context:
space:
mode:
authorpdox <pdox@alum.mit.edu>2017-10-05 07:01:56 (GMT)
committerBenjamin Peterson <benjamin@python.org>2017-10-05 07:01:56 (GMT)
commite14679c78464d1e0e16786c2a0e9bcebe49e842b (patch)
tree066f524eae0f2de963387477482575462393a6c8 /Misc/NEWS.d/next/Library/2017-09-26-11-38-52.bpo-31596.50Eyel.rst
parent55fd06605b5d4fb6442645f1532aa05953bd93bc (diff)
downloadcpython-e14679c78464d1e0e16786c2a0e9bcebe49e842b.zip
cpython-e14679c78464d1e0e16786c2a0e9bcebe49e842b.tar.gz
cpython-e14679c78464d1e0e16786c2a0e9bcebe49e842b.tar.bz2
closes bpo-31596: Add an interface for pthread_getcpuclockid(3) (#3756)
Diffstat (limited to 'Misc/NEWS.d/next/Library/2017-09-26-11-38-52.bpo-31596.50Eyel.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2017-09-26-11-38-52.bpo-31596.50Eyel.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-09-26-11-38-52.bpo-31596.50Eyel.rst b/Misc/NEWS.d/next/Library/2017-09-26-11-38-52.bpo-31596.50Eyel.rst
new file mode 100644
index 0000000..85b1e1a
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-09-26-11-38-52.bpo-31596.50Eyel.rst
@@ -0,0 +1 @@
+Added pthread_getcpuclockid() to the time module