Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'installed.': 0.05; 'nasty': 0.07; 'plenty': 0.07; 'subject:question': 0.08; 'subject:parsing': 0.09; 'browsers.': 0.16; 'doc,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'openoffice': 0.16; 'opposite': 0.16; 'received:209.85.161.174': 0.16; 'skip:{ 30': 0.16; 'worst': 0.16; 'wrote:': 0.17; '31,': 0.22; "i'd": 0.22; "i've": 0.23; 'least': 0.25; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; "doesn't": 0.28; 'fine': 0.28; 'run': 0.28; "d'aprano": 0.29; 'piece': 0.29; 'steven': 0.29; "i'm": 0.29; 'file': 0.32; 'docs': 0.33; 'handle': 0.33; 'to:addr:python- list': 0.33; "can't": 0.34; 'received:google.com': 0.34; 'open': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'next': 0.35; 'but': 0.36; 'generation': 0.36; 'rather': 0.37; 'received:209': 0.37; 'far': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'google': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'link': 0.60; 'safe': 0.63; 'information': 0.63; 'jul': 0.65; 'computers': 0.69; 'hunt': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=fesJNwkXtJgL/pyIz/EY+cGluxMnbOIL2kKbK/xiCyU=; b=fUtXl4GmtnL1iNPcqbs+BWwDJCxT4wB6d7UB0zwa2qBkiWzB5SWjUawu+X9DuVcOsB mBgU+5l0zv44JR29WWBgKf0x/4fxP5ECvDdZPcd2XurMIvTzAgOZBpelO+t1to7xug50 /RftOVyV7+fVjElSYr2tJVcziH2E3PPv0NbOvdu058syaTssWyum/uUJHPHSh+ACeX4Q z0H0zlMWwulU1yWKHbTt84UGYdQg9r5OQf3e8Fdi6W24A+Nb3KuGpMRldrmJ56KWEaJb mPsCJXbz7hcIKgE4LlBZhUH+piidYSrCSJJPosoF7kBtgnA1dDQtXWrk+AR+iMdH2QmX v8Nw== MIME-Version: 1.0 In-Reply-To: <50173aea$0$29978$c3e8da3$5496439d@news.astraweb.com> References: <5015C58D.4040101@harvee.org> <50165308.5060708@shopzeus.com> <50165A94.5050906@harvee.org> <5016A140.7010106@shopzeus.com> <50173aea$0$29978$c3e8da3$5496439d@news.astraweb.com> Date: Wed, 1 Aug 2012 08:15:57 +1000 Subject: Re: simplified Python parsing question From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343772960 news.xs4all.nl 6859 [2001:888:2000:d::a6]:33119 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26329 On Tue, Jul 31, 2012 at 11:54 AM, Steven D'Aprano wrote: > Google Docs is, in my opinion, a nasty piece of rubbish > that doesn't run on any of my browsers. As far as I'm concerned, I'd > rather download a Word doc, because at least I can open that in > OpenOffice or Abiword and read it. Something in Google Docs might as well > be locked in a safe as far as I'm concerned. I go the opposite way. Google Docs works fine in my web browser, but if it's a Word doc, I need to hunt down something that can read it. I've yet to find any browser that can't handle a GDocs "publish" page, but I have plenty of computers that don't have any {Open|Libre|Liber|Libra|whatever the next generation is}-Office installed. Best is to put the information into your email/post. Next best is to have a link to the information. Definitely worst is to force people to download your file and try to read it. ChrisA