[Python-ideas] Allow parentheses to be used with "with" block
Ben Finney
ben+python at benfinney.id.au
Mon Feb 16 00:47:43 CET 2015
More information about the Python-ideas mailing list
Mon Feb 16 00:47:43 CET 2015
- Previous message: [Python-ideas] Allow parentheses to be used with "with" block
- Next message: [Python-ideas] Allow parentheses to be used with "with" block
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
MRAB <python at mrabarnett.plus.com> writes: > For example, how do you distinguish between: > > with (as a b): That's ‘with (a as b):’, I think you mean. > and: > > with (a) as b: Are we expecting those two to have different effects? -- \ “It's up to the masses to distribute [music] however they want | `\ … The laws don't matter at that point. People sharing music in | _o__) their bedrooms is the new radio.” —Neil Young, 2008-05-06 | Ben Finney
- Previous message: [Python-ideas] Allow parentheses to be used with "with" block
- Next message: [Python-ideas] Allow parentheses to be used with "with" block
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list