New submission from Patrick Bureau:
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 event
Patrick Bureau added the comment:
Indeed, the queue is not directly exposed by a method, but the
information is nonetheless interesting for monitoring the content. If
it's not a bug, then maybe this could be changed to a feature request
for a new method to retrieve the queue