[issue10511] heapq docs clarification

2010-11-23 Thread Georg Brandl
Georg Brandl added the comment: Great! Applied in r86708. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue10511] heapq docs clarification

2010-11-23 Thread Raymond Hettinger
Raymond Hettinger added the comment: That looks fine. Perhaps s/trees/binary trees -- assignee: rhettinger -> georg.brandl ___ Python tracker ___ __

[issue10511] heapq docs clarification

2010-11-23 Thread Georg Brandl
New submission from Georg Brandl : On the python-docs mailing list, a user suggested to rewrite the first paragraph of the heapq docs like this. Are you okay with this change, Raymond? Heaps are trees for which every parent node has a value less than or equal to any of its children. This imp