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 Yomguithereal
Recipients Yomguithereal
Date 2018-03-19.13:19:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521465555.06.0.467229070634.issue33101@psf.upfronthosting.co.za>
In-reply-to
Content
Hello Python team,

I might be hallucinating but I am under the impression that the `heapq` module uses reverse naming.

What I mean is that it seems to me that the _siftup method should actually be named _siftdown and, the other way around, _siftdown should be named _siftup.

This has absolutely no practical consequence since the module works as it should but I am a bit confused since I don't know if the module got naming wrong or if it followed another canonical naming I don't know about.

I am willing to open a PR to fix this if the named reverasl was to be confirmed.

Good day to you.
History
Date User Action Args
2018-03-19 13:19:15Yomguitherealsetrecipients: + Yomguithereal
2018-03-19 13:19:15Yomguitherealsetmessageid: <1521465555.06.0.467229070634.issue33101@psf.upfronthosting.co.za>
2018-03-19 13:19:15Yomguithereallinkissue33101 messages
2018-03-19 13:19:14Yomguitherealcreate