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 allyourcode
Recipients allyourcode, rhettinger, serhiy.storchaka
Date 2013-04-24.23:27:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366846063.74.0.754955657594.issue17834@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-04-24 23:27:43allyourcodesetrecipients: + allyourcode, rhettinger, serhiy.storchaka
2013-04-24 23:27:43allyourcodesetmessageid: <1366846063.74.0.754955657594.issue17834@psf.upfronthosting.co.za>
2013-04-24 23:27:43allyourcodelinkissue17834 messages
2013-04-24 23:27:43allyourcodecreate