Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.073 X-Spam-Evidence: '*H*': 0.86; '*S*': 0.00; 'subject: [': 0.09; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'spreadsheet.': 0.16; 'subject:tabular': 0.16; 'sender:addr:gmail.com': 0.17; 'example': 0.22; 'skip': 0.24; '(for': 0.26; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'file': 0.32; 'stuff': 0.32; 'guess': 0.33; 'table': 0.34; 'received:google.com': 0.35; 'add': 0.35; 'subject:data': 0.36; 'subject:]': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; "you've": 0.63; 'more': 0.64; 'different': 0.65; 'moves': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=m6c3IeX9aioiF89hiuddAWbLK/q1IFs0reGoTD5OZjQ=; b=DXGbzW+DM0C2OnE8StlN477T3intdNSsf9tMda8QDUcW5uuA/0LzJ/bHB/K0HNg/j1 rwRM1YUCjvptHVUGF7vep1uZL0D+mUwi6+H0OvtFbccEXxsnaF7CtXu/utgbaBY+Hy3d naN/CYUUXyIpwAuY2/d1kTbRVcp3EUni2QCJbmA7pjBcHimoD2hw20mLDw2Zq1SCVY3M 9Aht5lQ+CqodVU7Pdn3Mkr5vT2uv6t0hW1CHex/8FOJhmTjxME6VdacyEtJtGOLmvucK 66LKTrnfqLcfIoGRlc3xajVSSHLtsR6PVMWefiBNgQIn4NfHwCMUW2TkBV28fXQocyAg w5rw== MIME-Version: 1.0 X-Received: by 10.43.77.137 with SMTP id zi9mr21847942icb.106.1375295969415; Wed, 31 Jul 2013 11:39:29 -0700 (PDT) Sender: skip.montanaro@gmail.com Date: Wed, 31 Jul 2013 13:39:29 -0500 X-Google-Sender-Auth: cztAIk47RXS4x6laVFJbVKBGZro Subject: Editing tabular data [was: PEP8 79 char max] From: Skip Montanaro To: Python Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1375295978 news.xs4all.nl 15891 [2001:888:2000:d::a6]:36741 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:51689 > I don't understand. That just moves them to a different file -- > doesn't it? You've still got to deal with editing a large table of > data (for example when I want to add instructions to your assembler). My guess is it would be more foolproof to edit that stuff with a spreadsheet. Skip