Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsreader4.netcologne.de!news.netcologne.de!feeder.news-service.com!news2.euro.net!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.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python': 0.08; 'kinda': 0.09; 'snippets': 0.09; 'am,': 0.13; 'received:209.85.214.174': 0.13; 'received:mail-iw0-f174.google.com': 0.13; 'wrote:': 0.15; 'formatting.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'modified.': 0.16; 'pastebin': 0.16; 'subject:PEP': 0.16; 'switching': 0.16; 'issue,': 0.19; 'header :In-Reply-To:1': 0.22; '(usually': 0.23; 'code': 0.24; 'received:209.85.214': 0.28; 'message-id:@mail.gmail.com': 0.28; 'sun,': 0.30; 'michael': 0.32; 'to:addr:python-list': 0.34; 'quite': 0.34; '17,': 0.35; 'dns': 0.35; 'similar': 0.37; 'some': 0.37; 'but': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'easier': 0.39; 'perhaps': 0.39; 'client': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.40; 'where': 0.40; 'permanently': 0.64; 'ways,': 0.67; 'share': 0.68; 'transfer': 0.71; 'more...': 0.73; 'instant': 0.74; 'subject:Proposal': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=hTfWJev4y3X/YyOfcb8QS+xA2LlayYgYnMfTFpPVYLE=; b=cjJc0laAmnal7DHj5gXGgnIlmKT1C18U9PdIRXUbhBUReFBvwqmT7FRBnIAn7HkJhU n5zo174zzt7V+jKlRztH2PVSvqNUPpxN8EwP16JNsESwC/yZB2fCRDSV63Cs9cojw2KZ pz58/8yDSq7PQYiwXPV85Jmx6qpNB1LW/3gnE= MIME-Version: 1.0 In-Reply-To: References: <120629e8-3b37-4e8c-a472-cd361de15de4@g9g2000yqb.googlegroups.com> Date: Sun, 17 Jul 2011 09:09:25 +1000 Subject: Re: Proposal to extend PEP 257 (New Documentation String Spec) From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1310857768 news.xs4all.nl 23933 [2001:888:2000:d::a6]:38257 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:9654 On Sun, Jul 17, 2011 at 5:23 AM, Michael Hrivnak wro= te: > Dodgy medium? =A0Such as? =A0I just avoid sending code over any medium > that is going to change the text in any way. =A0Are you sending it with > an instant messenger client or something? =A0There are lots of ways, > some very convenient, to transfer files without them being modified. > If you need to quickly share little snippets where an instant-message > type medium is tempting, perhaps try pastebin.com. MUDs are kinda like IM systems only more... and less. It's a lot easier to simply share the code directly. Going to pastebin or similar means switching to the web browser; and quite a few people have used a MUD while unable, for various reasons, to access the web (usually this turns out to be a DNS issue, but not always). Anyway, I never said that Python was permanently unsuitable, but it's nice when I don't have to worry about formatting. ChrisA