Message 277600 - Python tracker (original) (raw)

Message277600

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:40 Arvind Padmanabhan set recipients: + Arvind Padmanabhan, docs@python
2016-09-28 09:31:39 Arvind Padmanabhan set messageid: 1475055099.98.0.944260791196.issue28297@psf.upfronthosting.co.za
2016-09-28 09:31:39 Arvind Padmanabhan link issue28297 messages
2016-09-28 09:31:39 Arvind Padmanabhan create