[Python-Dev] Suggested addition to PEP 8 for context managers

Oleg Broytman phd at phdru.name
Thu Apr 19 17:21:59 CEST 2012


On Thu, Apr 19, 2012 at 11:15:38AM -0400, Barry Warsaw <barry at python.org> wrote:
> On Apr 19, 2012, at 11:00 AM, ??ric Araujo wrote:
> >> +- If operators with different priorities are used, consider adding
> >> +  whitespace around the operators with the lowest priority(ies). This
> >> +  is very much to taste; however, never use more than one space, and
> >> +  always have the same amount of whitespace on both sides of a binary
> >> +  operator.
> >
> >Does ???this is very much to taste??? means that it???s a style judgment where each
> >team or individual may make different choices?  I???m not a native speaker and
> >I???m not sure about the intended meaning.
> 
> If I change that phrase to "Use your own judgement" does that help?

   Yes, in my opinion.

Oleg.
-- 
     Oleg Broytman            http://phdru.name/            phd at phdru.name
           Programmers don't die, they just GOSUB without RETURN.


More information about the Python-Dev mailing list