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

2020-02-14 Thread Raymond Hettinger
Raymond Hettinger 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

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

2020-02-14 Thread Steven D'Aprano
Change by Steven D'Aprano : -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

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

2020-02-14 Thread Steven D'Aprano
Change by Steven D'Aprano : -- assignee: -> docs@python components: +Documentation -Library (Lib) nosy: +docs@python title: Add clarification in documentation for incorrect heapq heapify naming -> Add clarification in documentation for heapq.heapify naming type: -> enhancement _