On 21 Feb., 18:28, John Nagle <[EMAIL PROTECTED]> wrote:

>      The run-time data implementation is all dictionaries.  In Python,
> everything is a variable-sized hash.  You don't even have to allocate
> storage during compile time.  The run-time environment is a tree of hashes.

Except that it is not.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to