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 pbureau
Recipients pbureau
Date 2008-01-17.16:38:05
SpamBayes Score 0.01791203
Marked as misclassified No
Message-id <1200587915.01.0.288464638328.issue1861@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 2.4, retrieving sched's scheduler.queue class member would
return a time ordered list of events as expected. 

Since Python 2.5, the same operation retrieves a list of unordered
scheduled events. This makes it difficult to know which events are
really next in queue, especially if scheduled at the same time.
History
Date User Action Args
2008-01-17 16:38:35pbureausetspambayes_score: 0.017912 -> 0.01791203
recipients: + pbureau
2008-01-17 16:38:35pbureausetspambayes_score: 0.017912 -> 0.017912
messageid: <1200587915.01.0.288464638328.issue1861@psf.upfronthosting.co.za>
2008-01-17 16:38:06pbureaulinkissue1861 messages
2008-01-17 16:38:05pbureaucreate