[docs] [issue34677] Event scheduler page example

Cheryl Sabella report at bugs.python.org
Mon Jun 10 07:48:23 EDT 2019


Cheryl Sabella <cheryl.sabella at gmail.com> added the comment:

Thank you for the report.  As others have said, the actual time.time() value for the two `s.enter` events is different even though the `delay` value of 5 seems like it should be the same.  As @xtreak pointed out, the example is clever in showing that using `enter` instead of `enterabs` can make the queue behave in unexpected ways.

Closing as 'not a bug'.

----------
nosy: +cheryl.sabella
resolution:  -> not a bug
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34677>
_______________________________________


More information about the docs mailing list