Raymond Hettinger <[email protected]> added the comment: [Victor] > The duration of a timeout of N seconds should be N seconds even > if the system clock is updated (e.g. a daylight saving time > (DST) change).
IIRC, time.time() is not a local time and it is unaffected by a DST change. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14222> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
