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 rhettinger
Recipients rhettinger
Date 2013-07-12.07:31:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373614281.57.0.554958596911.issue18432@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 2, the queue attribute was a list and it is still documented that way in Python 3:  http://docs.python.org/3/library/sched.html#sched.scheduler.queue

This appears to be a mistake made during the 2-to-3 conversion.
History
Date User Action Args
2013-07-12 07:31:21rhettingersetrecipients: + rhettinger
2013-07-12 07:31:21rhettingersetmessageid: <1373614281.57.0.554958596911.issue18432@psf.upfronthosting.co.za>
2013-07-12 07:31:21rhettingerlinkissue18432 messages
2013-07-12 07:31:21rhettingercreate