[issue23863] Fix EINTR Socket Module issues in 2.7

Gregory P. Smith report at bugs.python.org
Fri Apr 24 02:54:02 CEST 2015


Gregory P. Smith added the comment:

diverging discussion: Go re-read the documentation on os.times().  It is plural, it isn't just CPU time.  (on POSIX os.times()[4] is likely to be the system uptime in seconds as a float... it cannot be changed like the absolute clock can, it is a relative monotonic clock).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23863>
_______________________________________


More information about the Python-bugs-list mailing list