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 Arvind Padmanabhan
Recipients Arvind Padmanabhan, docs@python
Date 2016-09-28.09:31:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475055099.98.0.944260791196.issue28297@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-09-28 09:31:40Arvind Padmanabhansetrecipients: + Arvind Padmanabhan, docs@python
2016-09-28 09:31:39Arvind Padmanabhansetmessageid: <1475055099.98.0.944260791196.issue28297@psf.upfronthosting.co.za>
2016-09-28 09:31:39Arvind Padmanabhanlinkissue28297 messages
2016-09-28 09:31:39Arvind Padmanabhancreate