Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!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.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'collier': 0.09; 'worse': 0.09; 'wrapped': 0.09; 'runs': 0.10; 'posted': 0.15; '(it': 0.16; "(you're": 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'guessing': 0.16; 'merely': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'resend': 0.19; '>>>': 0.22; 'subject:Code': 0.24; 'together.': 0.24; 'suggested': 0.26; 'header:In-Reply-To:1': 0.27; '(this': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'code': 0.31; 'lines': 0.31; 'posting': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'text': 0.33; 'fri,': 0.33; 'plain': 0.33; 'johnson': 0.35; 'received:google.com': 0.35; 'himself': 0.36; "didn't": 0.36; 'should': 0.36; 'to:addr:python- list': 0.38; 'issue': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'either': 0.39; 'email?': 0.60; 'lost': 0.61; '20,': 0.68; 'jul': 0.74; 'explode,': 0.84; 'joel': 0.91; '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:to :content-type; bh=FLdGOfza4kls00vpSp+DkhKwTsUyjkfGvvGWc92XfHk=; b=OoXnRuRjn6Vq22jhP1nAGFtbmcOZ7ZPl4j0CDodl64u6K/fw2E2PczzwSvf1POnwl+ Q6dEX8r1ENgs5FFHmD3OoDsE3r6xUqotQHW+Kr0akD9eMpGN0DHBROkH4YRijGAWo2D+ 1QWL4wDI5A7gI2qFc4UuPAxJigL2VfDagSClkAu0lieR1U0sH8Qv/KqIcnqCOxsHqyKp obXaQ97S0Fh69vtCeqkmZoKvW+2+9tI8ioxa2kLq8XLMAKjmEB+7T+rCLmG2FuBOoLVY fpxOhDqXznduF/nMNfUdVMNqVrtkfbgS04uD61xs3JXtzMTrAMvccKnKGqlO3+E8VoQ/ iLdw== MIME-Version: 1.0 X-Received: by 10.220.182.193 with SMTP id cd1mr6528621vcb.32.1374275079326; Fri, 19 Jul 2013 16:04:39 -0700 (PDT) In-Reply-To: <51E9B93E.6090300@Gmail.com> References: <51E9445B.30509@Gmail.com> <51e966f4$0$29971$c3e8da3$5496439d@news.astraweb.com> <51E9B93E.6090300@Gmail.com> Date: Sat, 20 Jul 2013 09:04:39 +1000 Subject: Re: Share Code Tips 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.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: 34 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1374275088 news.xs4all.nl 15974 [2001:888:2000:d::a6]:34240 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50928 On Sat, Jul 20, 2013 at 8:10 AM, Devyn Collier Johnson wrote: > > On 07/19/2013 12:19 PM, Steven D'Aprano wrote: >> >> On Fri, 19 Jul 2013 10:21:10 -0400, Joel Goldstick wrote: >> >>>



>> class="gmail_quote"> >> >> [snip 70-odd lines of HTML...] >> >>> I'm guessing you may be posting with html. So all your code runs >>> together. >>>

--
>> dir="ltr">
Joel Goldstick
http://joelgoldstick.com >>>
>> >> >> My irony meter didn't merely explode, it actually vaporized. >> >> >> > What is the issue with my email? Should I resend it? Either your lines are insanely long (and got wrapped by the mailer), or your multi-line functions lost their internal line breaks. Joel suggested that you may have been posting HTML mail (you're not), implying that it's worse than plain text mail (it is), and himself posted in HTML (that's irony). ChrisA (This is a parenthesis.)