New submission from Arvind Padmanabhan:

Example in the sched module shows the following output:

930343690.257
>From print_time 930343695.274 positional
>From print_time 930343695.275 keyword
>From print_time 930343700.273 default
930343700.276

But since "keyword" is scheduled with a higher priority (lower number), it 
should be printed first.

URL: https://docs.python.org/3/library/sched.html
Section: 17.6

----------
assignee: docs@python
components: Documentation
messages: 277600
nosy: Arvind Padmanabhan, docs@python
priority: normal
severity: normal
status: open
title: sched module example has wrong output
versions: Python 3.5

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

Reply via email to