In article <[email protected]>,
Filip GruszczyÅ ski  <[email protected]> wrote:
>
>for choice in self.__choices:
>       choicesBox.addItem(choice)

This is the easiest to read.  I'm guessing that this is not inner-loop
stuff that needs to be optimized, so you should favor readability over
performance.
-- 
        -Ed Falk, [email protected]
        http://thespamdiaries.blogspot.com/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to