Keys order in dictionaries

Gerhard Häring gh at ghaering.de
Thu Jun 26 19:34:56 EDT 2003


Brainwashed wrote:
> Is there any order in dictionaries that will never change ? [...]

If you need a dictionary with ordered keys, the keywords for Google are

	python ordered dictionary

where the first hit will point to this recipe: 
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/107747

-- Gerhard





More information about the Python-list mailing list