Alexander Belopolsky added the comment:

> .. 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')

?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23084>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to