Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'nicely': 0.07; 'ugly': 0.07; 'formatting': 0.09; 'nntp': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'skip:/ 10': 0.09; 'wrapped': 0.09; 'formatted': 0.16; 'message-id:@4ax.com': 0.16; 'quoted': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; "someone's": 0.16; 'properly': 0.19; 'input': 0.22; 'text,': 0.24; 'url:home': 0.24; 'posts': 0.26; 'header:X-Complaints-To:1': 0.27; 'chris': 0.29; 'characters': 0.30; 'lines': 0.31; 'becoming': 0.31; 'long.': 0.31; 'becomes': 0.33; 'subject:the': 0.34; 'display': 0.35; 'but': 0.35; 'charset:us-ascii': 0.36; 'too': 0.37; 'received:76': 0.38; 'displays': 0.38; 'to:addr:python- list': 0.38; 'short': 0.38; 'quote': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'skip:u 10': 0.60; 'blank': 0.60; 'most': 0.60; 'back': 0.62; 'our': 0.64; 'between': 0.67; 'characters,': 0.84; "it'd": 0.84; 'subject:+': 0.91; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: Possibly better loop construct, also labels+goto important and on the fly compiler idea. Date: Sun, 27 Oct 2013 12:10:29 -0400 Organization: IISS Elusive Unicorn References: <6f2b7$525f2302$5419b3e4$13466@cache1.tilbu1.nb.home.nl> <1c0d2f01-d012-4dee-b806-710c2da310f0@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: adsl-76-249-29-38.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 6.00/32.1186 X-No-Archive: YES 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382890236 news.xs4all.nl 15960 [2001:888:2000:d::a6]:42083 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57751 On Sun, 27 Oct 2013 12:56:30 +1100, Chris Angelico declaimed the following: >If someone's editing that page, it'd be nice to also ask people to >chop their lines short - most newsgroup and mail clients hard-wrap to >80 characters, but GG posts invariably come through with one-line >paragraphs. It's annoying when you try to quote the text, and several >online archives look ugly when the lines are too long. > And I think it all comes to the same basis as the infernal double-space quotes... {Hypothesis based on black-box observation} GG is using HTML for formatting internally, so what it displays as a nicely wrapped paragraph goes out to Usenet/MailingList as a single long line -- the

becomes a pair of line-ending characters as seen by NNTP clients (a pair to put a blank line between /paragraphs/). In the other direction, properly formatted (<80character) lines are being wrapped by

tags on input to GG -- each of our display lines becoming a single paragraph on GG. Now when quoted and sent back out, these 'paragraphs' get the double-space treatment. -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/