[docs] [issue34677] Event scheduler page example

mediator42 report at bugs.python.org
Fri Sep 14 08:17:49 EDT 2018


New submission from mediator42 <h.lensch at lmt.uni-saarland.de>:

Hi,
I am pretty confident, that the example you put on the Event scheduler page (https://docs.python.org/3.7/library/sched.html) is somehow strange. 

If the priority argument behave as described, it should print the "keyword" line before the "positional" line, since these events are scheduled for the same time but "keyword" has a higher priority than "positional".

When I run this script on my PC it behaves correctly.

Best reagrds

----------
assignee: docs at python
components: Documentation
messages: 325345
nosy: docs at python, mediator42
priority: normal
severity: normal
status: open
title: Event scheduler page example
type: behavior
versions: Python 3.7

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


More information about the docs mailing list