[Python-Dev] Priority queue (binary heap) python code

Martin v. Loewis martin@v.loewis.de
25 Jun 2002 20:19:23 +0200


Aahz <aahz@pythoncraft.com> writes:

> Should this PEP be split in two, then?  One for a new "AbstractData"
> package (that would include the heap algorithm) and one for an update to
> Queue that would use some algorithm from AbstractData.  The latter might
> not even need a PEP.

I don't know. The author of the PEP would have the freedom to propose
anything initially. Depending on the proposal, people will comment, then
reorganizations might be necessary.

Regards,
Martin