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 belopolsky
Recipients Arfrever, Niklas.Claesson, Ramchandra Apte, andrewclegg, belopolsky, goshawk, holdenweb, lemburg, mdcb808@gmail.com, pythonhacker, r.david.murray, scoobydoo, serhiy.storchaka, tim.peters, tomikyos, vstinner
Date 2016-09-16.20:50:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474059047.7.0.160525876448.issue15443@psf.upfronthosting.co.za>
In-reply-to
Content
Another advantage of a single nanoseconds field is that currently microseconds are packed in 3 bytes and nanoseconds would fit in 4 - a 1 byte increase, but to add a 0-999 field, one would need at least 2 bytes.
History
Date User Action Args
2016-09-16 20:50:47belopolskysetrecipients: + belopolsky, lemburg, tim.peters, holdenweb, vstinner, pythonhacker, Arfrever, r.david.murray, andrewclegg, Ramchandra Apte, serhiy.storchaka, goshawk, Niklas.Claesson, mdcb808@gmail.com, scoobydoo, tomikyos
2016-09-16 20:50:47belopolskysetmessageid: <1474059047.7.0.160525876448.issue15443@psf.upfronthosting.co.za>
2016-09-16 20:50:47belopolskylinkissue15443 messages
2016-09-16 20:50:47belopolskycreate