New submission from mediator42 <h.len...@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@python
components: Documentation
messages: 325345
nosy: docs@python, mediator42
priority: normal
severity: normal
status: open
title: Event scheduler page example
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34677>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to