[Python-ideas] Add time.time_ns(): system clock with nanosecond resolution
Victor Stinner
victor.stinner at gmail.com
Mon Oct 16 03:54:57 EDT 2017
2017-10-16 3:19 GMT+02:00 Juancarlo Añez <apalala at gmail.com>:
> It could be: time.time(ns=True)
Please read my initial message:
"""
[PEP 410] was rejected for different reasons:
(...)
* Guido van Rossum rejected the idea of adding a new optional
parameter to change the result type: it's an uncommon programming
practice (bad design in Python)
"""
Victor
More information about the Python-ideas
mailing list