On 2013-08-31, Paul Rudin <[email protected]> wrote: > Jussi Piitulainen <[email protected]> writes: > > >> # Option 1.5 >> for spam in sequence: >> if not predicate(spam): continue >> process(spam) >> >> This saves an indent level. > > Just out of interest: is saving an indent level a useful thing?
Perhaps he's worried about the world running out of tabs? I heard that most of the tab mines are in China and they're going to stop exporting... -- Grant -- http://mail.python.org/mailman/listinfo/python-list
