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 serhiy.storchaka
Recipients eric.araujo, giampaolo.rodola, mark.dickinson, rhettinger, serhiy.storchaka, ssapin, stutzbach, terry.reedy
Date 2013-04-29.18:55:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367261740.38.0.181941489837.issue13742@psf.upfronthosting.co.za>
In-reply-to
Content
There is already one heap class in the stdlib: queue.PriorityQueue. Why create a duplicate instead extend queue.PriorityQueue with desired features?

May be name the maxheap parameter as reverse?
History
Date User Action Args
2013-04-29 18:55:40serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, mark.dickinson, giampaolo.rodola, stutzbach, eric.araujo, ssapin
2013-04-29 18:55:40serhiy.storchakasetmessageid: <1367261740.38.0.181941489837.issue13742@psf.upfronthosting.co.za>
2013-04-29 18:55:40serhiy.storchakalinkissue13742 messages
2013-04-29 18:55:40serhiy.storchakacreate