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 belopolsky, ethan.furman, lemburg, mdcb808@gmail.com, vstinner
Date 2014-12-18.18:21:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418926891.15.0.313858062064.issue23084@psf.upfronthosting.co.za>
In-reply-to
Content
> .. the intent is not for better sleep support, but simply
> to be able to create and record time data which contains nano-seconds.

Can you describe a specific use-case?   What's the advantage of the proposed time.struct_timespec over say

>>> timespec = namedtuple('timespec', 'sec,nsec')

?
History
Date User Action Args
2014-12-18 18:21:31belopolskysetrecipients: + belopolsky, lemburg, vstinner, ethan.furman, mdcb808@gmail.com
2014-12-18 18:21:31belopolskysetmessageid: <1418926891.15.0.313858062064.issue23084@psf.upfronthosting.co.za>
2014-12-18 18:21:31belopolskylinkissue23084 messages
2014-12-18 18:21:31belopolskycreate