[Python-Dev] collections module

Kurt B. Kaiser kbk at shore.net
Sat Jan 10 19:08:46 EST 2004


"Martin v. Loewis" <martin at v.loewis.de> writes:

> I think you two are talking about completely different things.
>
> Tim is talking about a modification to the builtin list type.
>
> You are talking about a new data type for queues.

I am talking about a modification to listobject.c, also.

The discussion is related to implementation and associated
efficiencies.

I'm -1 on adding a new queue dataype.  I'm +1 on adding
queue/deque functionality to the list datatype.
-- 
KBK



More information about the Python-Dev mailing list