This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mediator42
Recipients docs@python, mediator42
Date 2018-09-14.12:17:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536927469.93.0.956365154283.issue34677@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-09-14 12:17:49mediator42setrecipients: + mediator42, docs@python
2018-09-14 12:17:49mediator42setmessageid: <1536927469.93.0.956365154283.issue34677@psf.upfronthosting.co.za>
2018-09-14 12:17:49mediator42linkissue34677 messages
2018-09-14 12:17:49mediator42create