[New-bugs-announce] [issue27290] Turn heaps library into a more OOP data structure?

James Lu report at bugs.python.org
Fri Jun 10 17:48:11 EDT 2016


New submission from James Lu:

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?

----------
components: Library (Lib)
messages: 268159
nosy: James.Lu
priority: normal
severity: normal
status: open
title: Turn heaps library into a more OOP data structure?
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27290>
_______________________________________


More information about the New-bugs-announce mailing list