Daniel Wong added the comment:

Hey Serhiy,

Are you suggesting that I put my new classes in a new module and rename them? I 
think it'd be better to keep them in heapq, unless someone intended to add more 
classes to your proposed queue module, because heap functionality would be 
spread between two modules (heapq and queue).

One could argue that these classes could go in the collections module, but I 
think sticking to heapq is best.

----------

_______________________________________
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