Path: csiph.com!usenet.pasdenom.info!news.albasani.net!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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'explicitly': 0.04; 'inserts': 0.07; 'lines.': 0.07; 'length.': 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; 'bug': 0.10; 'itself.': 0.11; 'aug': 0.13; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'app': 0.19; 'subject:skip:i 10': 0.22; 'posts': 0.23; "i've": 0.23; 'seems': 0.23; 'appear': 0.26; 'common': 0.26; 'interface': 0.27; 'regular': 0.27; 'fixed': 0.28; 'header:X-Complaints-To:1': 0.28; 'lines': 0.28; 'fri,': 0.30; 'comments': 0.33; 'conventions': 0.33; 'url:home': 0.33; 'to:addr:python-list': 0.33; 'likely': 0.33; 'richard': 0.35; 'received:org': 0.36; 'but': 0.36; 'charset:us-ascii': 0.36; 'rather': 0.37; 'subject:: ': 0.38; 'comment': 0.38; 'shows': 0.38; 'to:addr:python.org': 0.39; 'google': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'first': 0.61; 'thomas': 0.62; 'between': 0.63; 'more': 0.63; 'become': 0.65; 'results': 0.65; 'reply': 0.66; 'ago.': 0.66; 'actually,': 0.84; 'dennis': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: Dynamically determine base classes on instantiation Date: Fri, 17 Aug 2012 14:53:36 -0400 Organization: > Bestiaria Support Staff < References: <502c3bc2$0$29978$c3e8da3$5496439d@news.astraweb.com> <502d0d74$0$6986$e4fe514c@news2.news.xs4all.nl> <502d32b7$0$29978$c3e8da3$5496439d@news.astraweb.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-189.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 3.3/32.846 X-No-Archive: YES 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1345229617 news.xs4all.nl 6963 [2001:888:2000:d::a6]:56040 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:27258 On Fri, 17 Aug 2012 04:50:43 -0700 (PDT), Richard Thomas declaimed the following in gmane.comp.python.general: > Incidentally when I reply to your posts through the groups.google.com interface it inserts a blank quoted line between each pair of lines. My first thought was that it was a line endings bug with Google's app but in retrospect that seems very likely to have been fixed years ago. Any ideas? Actually, it appear to be a more recent bug -- I've only seen the double-spaced results coming in over the last few months. Also, note that your comment shows up as one long single line when quoted, rather than the common NNTP/SMTP "80 character" line length. I suspect Google is treating each as an HTML

tag, so your comments become long extended lines until explicitly split, and regular posts following NNTP conventions are turning each "hard line" into a paragraph all by itself. -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/