how to implement a queue-like container with sort function

Mark Lawrence breamoreboy at yahoo.co.uk
Fri Nov 29 09:57:36 EST 2013


On 29/11/2013 12:33, iMath wrote:
>
> BTW ,the Queue object has an attribute 'queue' ,but I cannot find it described in the DOC ,what it means ?
>

Really? AttributeError: type object 'Queue' has no attribute 'queue'

-- 
Python is the second best programming language in the world.
But the best has yet to be invented.  Christian Tismer

Mark Lawrence




More information about the Python-list mailing list