[issue28297] sched module example has wrong output

Xiang Zhang report at bugs.python.org
Wed Sep 28 06:00:44 EDT 2016


Xiang Zhang added the comment:

Sorry, it's not 930343695.274 vs 930343695.275. I mean the register time is time.time() + delay, so there is tiny difference between the two. You can change the timefunc to lambda: int(time.time()), then you'll see keyword is printed first.

----------

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


More information about the Python-bugs-list mailing list