
3 Aug
2011
3 Aug
'11
3:11 a.m.
Chris Rebert wrote:
Where would it end? What if someone wants: for bar in foo with context if baz: # stuff
With a slight relaxation of the rules concerning statements on a single line, one could write
for bar in foo: with context: if baz: # stuff
Not that I'd really advocate that, but it might help to shut up the people who keep requesting this sort of thing.
--
Greg