Re: Searching a large dictionary

2009-09-23 Thread mike171562
i am trying to search a large Python dictionary for a matching value. The results would need to be structured into a new dictionary with the same structure. Thanks. The structure is like this { Key : [{'item':value,'item2':value,'

Re: Searching a large dictionary

2009-09-23 Thread mike171562
', 'date': '2009-08-01 14:33:55', 'userfield': '252', 'from': '9876662881', 'to': '1980391', 'fpld': 'Foobar 9876555881', 'result': 'ANSW', 'billsec': 86}]} I hope this makes sense, sorry for not being clear On Sep 23, 2:57 pm, mike171562 support.desk@gmail.com wrote: i am trying