R. David Murray added the comment:

Serhiy is pointing you to an existing use of heapq in the stdlib.  I'm not 
quite sure what his intent is in pointing it out, though it *might* be to point 
out that heapq is a primitive, and PriorityQueue already implements a 
subclassable class using it.

I don't personally have any opinion either way on the utility of your proposed 
classes.  I've only ever used PriorityQueue once :)

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17834>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to