Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #51609

Re: PEP8 79 char max

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <cameron@cskk.homeip.net>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.020
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'lines.': 0.09; 'cc:addr :python-list': 0.11; '>on': 0.16; 'answers:': 0.16; 'from:addr:cs': 0.16; 'from:addr:zip.com.au': 0.16; 'from:name:cameron simpson': 0.16; 'indent': 0.16; 'message- id:@cskk.homeip.net': 0.16; 'received:211.29': 0.16; 'received:211.29.132': 0.16; 'received:optusnet.com.au': 0.16; 'received:syd.optusnet.com.au': 0.16; 'reformats': 0.16; 'simpson': 0.16; 'switches': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'header:User-Agent:1': 0.23; 'cheers,': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; 'appear': 0.29; 'code': 0.31; '+0100,': 0.31; 'names.': 0.31; 'file': 0.32; "we're": 0.32; 'moment': 0.34; 'described': 0.36; 'received:com.au': 0.36; 'skip:> 10': 0.36; 'received:211': 0.38; 'according': 0.40; 'back': 0.62; 'content-disposition:inline': 0.62; 'july': 0.63; 'yes': 0.68; 'hour': 0.70; 'below.': 0.71; 'jul': 0.74; 'fire!': 0.84; 'sometimes.': 0.84; '2013': 0.98
Date Wed, 31 Jul 2013 07:32:34 +1000
From Cameron Simpson <cs@zip.com.au>
To Rhodri James <rhodri@wildebst.demon.co.uk>
Subject Re: PEP8 79 char max
MIME-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Disposition inline
Content-Transfer-Encoding 8bit
In-Reply-To <op.w00eu0e7a8ncjz@gnudebeest>
User-Agent Mutt/1.5.21 (2010-09-15)
References <op.w00eu0e7a8ncjz@gnudebeest>
X-Optus-CM-Score 0
X-Optus-CM-Analysis v=2.1 cv=DstvpgP+ c=1 sm=1 tr=0 a=YuQlxtEQCowy2cfE5kc7TA==:117 a=YuQlxtEQCowy2cfE5kc7TA==:17 a=PO7r1zJSAAAA:8 a=LcaDllckn3IA:10 a=IkcTkHD0fZMA:10 a=vrnE16BAAAAA:8 a=ZtCCktOnAAAA:8 a=_oQCcPZ-IBQA:10 a=yeZ6xwQKAAAA:8 a=sfeZhN6MAAAA:8 a=iYZkdzBnPjMtO09pBewA:9 a=RCF4P_zmDoGUrJdT:21 a=ZUOWsjiCt2BEzqRt:21 a=QEXdDO2ut3YA:10
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.5344.1375219968.3114.python-list@python.org> (permalink)
Lines 25
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1375219968 news.xs4all.nl 15970 [2001:888:2000:d::a6]:57819
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:51609

Show key headers only | View raw


On 30Jul2013 01:41, Rhodri James <rhodri@wildebst.demon.co.uk> wrote:
| On Tue, 30 Jul 2013 01:11:18 +0100, Joshua Landau <joshua@landau.ws> wrote:
| >On 30 July 2013 00:08, Rhodri James <rhodri@wildebst.demon.co.uk> wrote:
| >>I'm working on some shonky C code at the moment that inconsistent
| >>indentation and very long lines.
[...]

Have you tried the indent(1) command?

  DESCRIPTION
     indent is a C program formatter.  It reformats the C program in the
     input_file according to the switches.  The switches which can be speci‐
     fied are described below.  They may appear before or after the file
     names.

Very handy sometimes.

Cheers,
-- 
Cameron Simpson <cs@zip.com.au>

The top three answers:  Yes I *am* going to a fire!
                        Oh! We're using *kilometers* per hour now.
                        I have to go that fast to get back to my own time.
- Peter Harper <bo165@FreeNet.Carleton.CA>

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

PEP8 79 char max Devyn Collier Johnson <devyncjohnson@gmail.com> - 2013-07-29 15:43 -0400
  Re: PEP8 79 char max John Gordon <gordon@panix.com> - 2013-07-29 20:30 +0000
  Re: PEP8 79 char max Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-07-29 21:09 +0000
    Re: PEP8 79 char max "Rhodri James" <rhodri@wildebst.demon.co.uk> - 2013-07-30 00:08 +0100
      Re: PEP8 79 char max Joshua Landau <joshua@landau.ws> - 2013-07-30 01:11 +0100
        Re: PEP8 79 char max "Rhodri James" <rhodri@wildebst.demon.co.uk> - 2013-07-30 01:41 +0100
          Re: PEP8 79 char max Joshua Landau <joshua@landau.ws> - 2013-07-30 03:12 +0100
          Re: PEP8 79 char max Cameron Simpson <cs@zip.com.au> - 2013-07-31 07:32 +1000
  Re: PEP8 79 char max llanitedave <llanitedave@veawb.coop> - 2013-07-31 00:30 -0700

csiph-web