[New-bugs-announce] [issue28297] sched module example has wrong output

Arvind Padmanabhan report at bugs.python.org
Wed Sep 28 05:31:39 EDT 2016


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 at python
components: Documentation
messages: 277600
nosy: Arvind Padmanabhan, docs at python
priority: normal
severity: normal
status: open
title: sched module example has wrong output
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28297>
_______________________________________


More information about the New-bugs-announce mailing list