Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed2.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.033 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:Python': 0.06; 'subject:Getting': 0.07; 'subject:PEP': 0.07; 'oh,': 0.09; 'works.': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'worst': 0.16; 'wrote:': 0.18; '(the': 0.22; 'cc:addr:python.org': 0.22; 'copied': 0.24; 'sorry,': 0.24; 'text,': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'world,': 0.26; 'gets': 0.27; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'wonder': 0.29; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'that.': 0.31; 'usually': 0.31; 'quotes': 0.31; 'quite': 0.32; 'url:python': 0.33; 'fri,': 0.33; 'plain': 0.33; 'subject:the': 0.34; 'subject:with': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'there': 0.35; 'url:listinfo': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'two': 0.37; 'list': 0.37; 'being': 0.38; 'nov': 0.38; 'list,': 0.38; 'rather': 0.38; 'anything': 0.39; 'mailing': 0.39; 'either': 0.39; 'url:mail': 0.40; 'how': 0.40; 'new': 0.61; "you're": 0.61; 'show': 0.63; 'more': 0.64; 'does?': 0.84; 'lays': 0.84; 'phpbb': 0.84; 'to:none': 0.92; '2013': 0.98 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:cc :content-type; bh=gz8YrLdrreGM6YXGX/MjPQO6QswGVcWEyxoVJgNXsj0=; b=FiA2gliqhaDdteYvjE3AZmjFMMnIshXlFhjgrjWwFpTWl+TFcZfWis9HwVGyLXmjJH B91zrDt1SASmmMJ8XKBi8bcMyPhtTdL0YK+HD0W9k+fY3LVfaGINqUwg7pkG1N8004eE 386sZOJZYpa0WX3zjld2Jou1OF4PbpDhN1hKlbXCKEBTwTj428rKcPKgd/WJytv+8Yc5 8WXBGoQmPEIYuEyUFu84yZOgD5R0SPDzg19eVU095XYsweV1Qja+q3N0aqpu72xF5/Iq tOGSh3G4RZMATL9GFEcpefqy1kHpqjpVXxCydmLwX92HDZ+9KAvCjisXirvM3AOP7sT7 s9/w== MIME-Version: 1.0 X-Received: by 10.68.225.9 with SMTP id rg9mr11877888pbc.122.1385659691185; Thu, 28 Nov 2013 09:28:11 -0800 (PST) In-Reply-To: References: <50402350-c9cb-47be-b513-ad2fb7170187@googlegroups.com> <27870dae-87ff-4435-a2ff-a42f95c21d48@googlegroups.com> <5294f942$0$16012$e4fe514c@news.xs4all.nl> <2b6c4be1-e23f-488b-b64d-191d625dee46@googlegroups.com> Date: Fri, 29 Nov 2013 04:28:10 +1100 Subject: Re: Getting the Appdata Directory with Python and PEP? From: Chris Angelico Cc: python-list@python.org 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1385659694 news.xs4all.nl 15917 [2001:888:2000:d::a6]:42859 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:60714 On Fri, Nov 29, 2013 at 3:11 AM, Eamonn Rea wrote: > Oh, sorry, I'm new to how Google Groups works. I wonder why it lays it out like that. Can it not just show quotes like the way that PHPbb does? Google Groups is just a newsgroup client (and one of the worst in the world, imho). Ultimately, what you're reading and writing is netnews and a mailing list (the two are automatically linked, anything sent to either gets copied to the other). It's fundamentally plain text, not HTML and not PHPBB. I recommend signing up for the mailing list, rather than using GG. https://mail.python.org/mailman/listinfo/python-list There are ways to use GG without it being quite as obnoxious as it usually is, but it's a lot more work than just using a better interface. ChrisA