In article <[EMAIL PROTECTED]>,
DENG <[EMAIL PROTECTED]> wrote:
>
>dict1={...something...}
>dict2={...somethind else ..}
>dict1 + dict2

Another option to look into: if you're only using the dict keys and not
the valus, maybe you should use sets.
-- 
Aahz ([EMAIL PROTECTED])           <*>         http://www.pythoncraft.com/

The way to build large Python applications is to componentize and
loosely-couple the hell out of everything.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to