summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-12-17-11-43-11.bpo-31784.W0gDjC.rst
blob: 6f0cb8ff4faf32229fd4df0ee623c2de537de739 (plain)
1
2
:func:`uuid.uuid1` now calls :func:`time.time_ns` rather than
``int(time.time() * 1e9)``.