On Sun, 2007-07-22 at 14:24 -0400, Gordon Airporte wrote:
> I was going to try tweaking defaultdict, but I can't for the life of me 
> find where the collections module or its structures are defined. Python 2.5.

It's written in C. You'll find it in the Python2.5 source code
at /path/to/source/Modules/collectionsmodule.c

-- 
Carsten Haese
http://informixdb.sourceforge.net


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to