This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients larry, serhiy.storchaka, vstinner, vxgmichel
Date 2020-02-01.01:14:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580519677.73.0.0829520443209.issue39484@roundup.psfhosted.org>
In-reply-to
Content
By the way, I wrote an article about the history on how Python rounds time... https://vstinner.github.io/pytime.html

I also wrote two articles about nanoseconds in Python:

* https://vstinner.github.io/python37-pep-564-nanoseconds.html
* https://vstinner.github.io/python37-perf-counter-nanoseconds.html

Oh and I forgot the main one: PEP 564 :-)

"Example 2: compare times with different resolution" sounds like this issue.

https://www.python.org/dev/peps/pep-0564/#example-2-compare-times-with-different-resolution
History
Date User Action Args
2020-02-01 01:14:37vstinnersetrecipients: + vstinner, larry, serhiy.storchaka, vxgmichel
2020-02-01 01:14:37vstinnersetmessageid: <1580519677.73.0.0829520443209.issue39484@roundup.psfhosted.org>
2020-02-01 01:14:37vstinnerlinkissue39484 messages
2020-02-01 01:14:37vstinnercreate