Hi, I would like to put one design for discussion and would like to get appropriate solution after discussions. The details are below.
There are three dictionaries like goodObjects {name:object} # object can be any data type which cannot/need not hold its type as good etc. badObjects {name:object} unknownObjects {name:object} The requirement here is to display all these objects sorted by name and show different colors for good/bad/unknown What is required here is one data structure basically one more dictionary of combined of above three dicts like objects {name:objects} which will be sorted by keys and yields object when requested. Here the type of object whether it belongs to good/bad/unknown should be also obtained for displaying them differently along with sorting. Thanks, Madhubala _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers