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 James.Lu
Recipients James.Lu
Date 2016-06-10.21:48:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465595291.89.0.406235678654.issue27290@psf.upfronthosting.co.za>
In-reply-to
Content
The heapq library uses a list or other mutable sequence time to represent a heap. Since Python is a highly OOP language, why not make heaps their own data type?
History
Date User Action Args
2016-06-10 21:48:11James.Lusetrecipients: + James.Lu
2016-06-10 21:48:11James.Lusetmessageid: <1465595291.89.0.406235678654.issue27290@psf.upfronthosting.co.za>
2016-06-10 21:48:11James.Lulinkissue27290 messages
2016-06-10 21:48:11James.Lucreate