On 26 Oct 2015, at 21:40, Luke Diamand <[email protected]> wrote: > On 24/10/15 19:08, Lars Schneider wrote: >> >> On 21 Oct 2015, at 08:32, Luke Diamand <[email protected]> wrote: >> >>> On 19/10/15 19:43, [email protected] wrote: >>>> From: Lars Schneider <[email protected]> >>>> -- snip -- >> >>> Also, could you use python3 style print stmnts, print("whatever") ? >> Sure. How do you prefer the formatting? Using "format" would be true Python >> 3 style I think: >> print('Ignoring file outside of client spec: {}'.format(path)) > > Will that breaker older versions of python? There's a statement somewhere > about how far back we support. The "format" method requires Python 2.6 according to the Python docs: https://docs.python.org/2/library/functions.html#format
Luckily this is also the version we aim to support according to Documentation/CodingGuidelines Thanks, Lars -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

