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 larry
Recipients larry, lemburg, mark.dickinson, rhettinger, serhiy.storchaka, stutzbach, vstinner, vxgmichel
Date 2020-02-09.13:57:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581256630.55.0.785579454562.issue39484@roundup.psfhosted.org>
In-reply-to
Content
p.s. for what it's worth: I re-checked my math and as usual I goofed.  It takes *30* bits to store the non-fractional seconds part of the current time in a double, leaving 23 bits for the fractional part, so we're *7* bits short.
History
Date User Action Args
2020-02-09 13:57:10larrysetrecipients: + larry, lemburg, rhettinger, mark.dickinson, vstinner, stutzbach, serhiy.storchaka, vxgmichel
2020-02-09 13:57:10larrysetmessageid: <1581256630.55.0.785579454562.issue39484@roundup.psfhosted.org>
2020-02-09 13:57:10larrylinkissue39484 messages
2020-02-09 13:57:10larrycreate