![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: bisect and Queue modules in Python 2.4
From: Peter Otten <__peter__@web.de>
Date: Thu Mar 16 2006 - 15:45:50 CET
SA Trygubenko wrote:
> q.queue used to be a list, and now it is something else?
class PriorityQueue(Queue.Queue):
or somesuch might work.
Peter
|