[Python-Dev] Suggested addition to PEP 8 for context managers (original) (raw)
Barry Warsaw barry at python.org
Thu Apr 19 17:15:38 CEST 2012
- Previous message: [Python-Dev] Suggested addition to PEP 8 for context managers
- Next message: [Python-Dev] Suggested addition to PEP 8 for context managers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Apr 19, 2012, at 11:00 AM, Éric Araujo wrote:
Hi,
+- 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?
-Barry
- Previous message: [Python-Dev] Suggested addition to PEP 8 for context managers
- Next message: [Python-Dev] Suggested addition to PEP 8 for context managers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]