Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!news.linkpendium.com!news.linkpendium.com!panix!not-for-mail From: Grant Edwards Newsgroups: comp.lang.python Subject: Re: semicolon at end of python's statements Date: Mon, 2 Sep 2013 14:20:51 +0000 (UTC) Organization: PANIX Public Access Internet and UNIX, NYC Lines: 21 Message-ID: References: <1377735506.18906.15.camel@debian> <1FETt.52607$Mw4.14965@fx15.am4> <7wob8gywds.fsf@benfinney.id.au> <52213435$0$6599$c3e8da3$5496439d@news.astraweb.com> <87vc2mz3v1.fsf@no-fixed-abode.cable.virginmedia.net> NNTP-Posting-Host: c-24-118-110-103.hsd1.mn.comcast.net X-Trace: reader1.panix.com 1378131651 12835 24.118.110.103 (2 Sep 2013 14:20:51 GMT) X-Complaints-To: abuse@panix.com NNTP-Posting-Date: Mon, 2 Sep 2013 14:20:51 +0000 (UTC) User-Agent: slrn/1.0.1 (Linux) Xref: csiph.com comp.lang.python:53483 On 2013-08-31, Paul Rudin wrote: > Jussi Piitulainen 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