[issue5579] Display for OrderedDict

2009-04-06 Thread Todd Weiler
Todd Weiler added the comment: Let me defend my idea a little bit. Some people hand code their UI's, some people put them into XML UI files then load those files. I'd like to create them using an OrderedDict. I'm using the pyQT for a gui. Attached is a really simple examp

[issue5579] Display for OrderedDict

2009-03-27 Thread Todd Weiler
New submission from Todd Weiler : Now that python has an ordered dictionary it would be great to have a display sytax for creating them. To create a dict I just use the dict display syntax: newdict = {'fred':'flintstone', 'barney':'rubble', 'dino&#