spohle a écrit :
> how do i get the result back into the dictionary ?
> 
Python dicts (like almost any known hash-table) are *not* ordered. If 
you need an ordered dict, roll your own - this is quite easy.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to