In article <mailman.1375.1259885328.2873.python-l...@python.org>,
Filip GruszczyÅ ski  <grusz...@gmail.com> 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, f...@despams.r.us.com
        http://thespamdiaries.blogspot.com/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to