[Python-Dev] Multiline with statement line continuation
Ethan Furman
ethan at stoneleaf.us
Fri Aug 15 23:03:40 CEST 2014
More information about the Python-Dev mailing list
Fri Aug 15 23:03:40 CEST 2014
- Previous message: [Python-Dev] Multiline with statement line continuation
- Next message: [Python-Dev] Multiline with statement line continuation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 08/12/2014 08:38 PM, Steven D'Aprano wrote: > > [1] Technically not, since it's the comma, not the ( ), which makes a > tuple, but a lot of people don't know that and treat it as if it the > parens were compulsary. It might as well be, because if there can be a non-tuple way to interpret the comma that way takes precedence, and then the parens /are/ required to disambiguate and get the tuple you wanted. -- ~Ethan~
- Previous message: [Python-Dev] Multiline with statement line continuation
- Next message: [Python-Dev] Multiline with statement line continuation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list