this means i have to check if d[i] is list or dict and iterate over
properties
-Alex Goretoy
http://www.goretoy.com



On Sun, Mar 15, 2009 at 1:03 PM, alex goretoy
<aleksandr.gore...@gmail.com>wrote:

> I will also actually need to nest it like so
>
> d={
>    "site_name":["s","site",'
>>
>> sites','site_name','site_names'],
>>    "jar_name":["j","jar",'jars','jar_name','jar_names'],
>
>     "options":{
>         "src_name":["ss","src","source"],
>         "mod_name":['m',"mod",'mods',"module","modules"],
> }
>
> -Alex Goretoy
> http://www.goretoy.com
>
>
>
> On Sun, Mar 15, 2009 at 10:51 AM, MRAB <goo...@mrabarnett.plus.com> wrote:
>
>> d={
>>>    "site_name":["s","site",'sites','site_name','site_names'],
>>>    "jar_name":["j","jar",'jars','jar_name','jar_names'],
>>
>>
>
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to