[issue39634] Add clarification in documentation for heapq.heapify naming

Feb. 15, 2020
6:08 a.m.
Raymond Hettinger <raymond.hettinger@gmail.com> added the comment: Thank you, but I'm going to decline this suggestion. The docs are pretty clear about what heapify does: * "To create a heap, use a list initialized to [], or you can transform a populated list into a heap via function heapify()." * "Transform list x into a heap, in-place, in linear time." ---------- resolution: -> not a bug stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39634> _______________________________________
1900
Age (days ago)
1900
Last active (days ago)
0 comments
1 participants
participants (1)
-
Raymond Hettinger