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 rajathagasthya
Recipients rajathagasthya, rhettinger, stutzbach, tim.peters
Date 2017-08-13.19:10:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502651431.85.0.709643152133.issue31186@psf.upfronthosting.co.za>
In-reply-to
Content
And yes, both of these methods do take index as the argument as shown in my patch file. I should've probably specified that. 

The signatures are:

heapfix(heap, pos)
heapremove(heap, pos)
History
Date User Action Args
2017-08-13 19:10:31rajathagasthyasetrecipients: + rajathagasthya, tim.peters, rhettinger, stutzbach
2017-08-13 19:10:31rajathagasthyasetmessageid: <1502651431.85.0.709643152133.issue31186@psf.upfronthosting.co.za>
2017-08-13 19:10:31rajathagasthyalinkissue31186 messages
2017-08-13 19:10:31rajathagasthyacreate