On Mon, Aug 1, 2011 at 6:11 PM, Sascha Silbe <si...@activitycentral.com> wrote:
> As you are already touching this code, please consider replacing the %s
> with %r (the difference is in how strings containing special characters
> and quotes get displayed) and using a singleton tuple for the string
> formatting parameter (self._ssid) for consistency with other code.

%s seems to match the way that names are displayed in other parts of
the UI, so I will stick with that.

I don't understand your comment about using a singleton tuple - can
you explain or show me the code that you refer to? Are you suggesting
packing it into a tuple and using some kind of alternative to %r/%s
that peeks into the tuple?

Daniel
_______________________________________________
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel

Reply via email to