Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #63881

Re:plotting slows down

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.005
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'url:pipermail': 0.05; 'next,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'bug': 0.12; 'jan': 0.12; 'wrote': 0.14; 'posted': 0.15; '2.7.3': 0.16; 'did.': 0.16; 'gmane': 0.16; 'margin,': 0.16; 'mirror.': 0.16; 'newsgroups': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'tabs': 0.16; 'using,': 0.16; 'wrote:': 0.18; 'first.': 0.19; '>>>': 0.22; 'import': 0.22; 'mon,': 0.24; 'looks': 0.24; 'source': 0.25; 'gets': 0.27; 'header:X-Complaints-To:1': 0.27; 'mode': 0.30; 'went': 0.31; 'code': 0.31; 'posting': 0.31; 'apparently': 0.31; "d'aprano": 0.31; 'indentation': 0.31; 'steven': 0.31; 'probably': 0.32; 'text': 0.33; 'linux': 0.33; 'url:python': 0.33; 'reader': 0.33; 'skip:# 10': 0.33; 'shows': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'should': 0.36; 'operating': 0.37; 'email addr:python.org': 0.37; 'e.g.': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'url:mail': 0.40; 'dave': 0.60; 'first': 0.61; 'here:': 0.62; 'email addr:gmail.com': 0.63; 'telling': 0.64; 'due': 0.66; 'reads': 0.68; 'fired': 0.84; 'python-': 0.84; 'subject::': 0.85; 'angel': 0.91; 'url:tk': 0.95
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dave Angel <davea@davea.name>
Subject Re:plotting slows down
Date Tue, 14 Jan 2014 04:39:11 -0500 (EST)
Organization news.gmane.org
References <4c51b5e8-e7b4-4a09-95d4-daefbfe27b28@googlegroups.com> <mailman.5403.1389619459.18130.python-list@python.org> <52d44d86$0$6599$c3e8da3$5496439d@news.astraweb.com>
X-Gmane-NNTP-Posting-Host dpc6744192080.direcpc.com
X-Newsreader PiaoHong NewsGroups Reader 1.36
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.5441.1389692237.18130.python-list@python.org> (permalink)
Lines 44
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1389692237 news.xs4all.nl 2879 [2001:888:2000:d::a6]:54169
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:63881

Show key headers only | View raw


 Steven D'Aprano <steve@pearwood.info> Wrote in message:
> On Mon, 13 Jan 2014 08:26:11 -0500, Dave Angel wrote:
> 
>> norman.elliott@gmail.com Wrote in message:
> 
>>> [code]
>>> #!/usr/bin/python
>>> from graphics import *
>> 
>> First things first. what operating system are you using,  and
>>  where did you get the mysterious graphics. py?  Thanks for telling us
>>  python 2.7.3
>> 
>> Next, please repost any source code with indentation preserved.
> 
> He did. If you look at the original message as posted to python-
> list@python.org and comp.lang.python, e.g. here:
> 
> https://mail.python.org/pipermail/python-list/2014-January/664430.html
> 
> you will see that the message is correctly indented with tabs.
> 
>>  Your message shows it all flushed to the left margin,  probably due to
>>  posting in html mode. Use text mode here.
> 
> Looks like perhaps Gmane is stripping tabs from their mirror. You should 
> report that as a bug to them.
> 
> 
> 

I just went to my Linux box and fired up thunderbird.  When it
 reads the same message from gmane,  it gets the tabs. So
 apparently it's this Android Newsgroups Reader that's buggy.
 

-- 
DaveA



----Android NewsGroup Reader----
http://www.piaohong.tk/newsgroup

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

plotting slows down norman.elliott@gmail.com - 2014-01-13 00:15 -0800
  Re:plotting slows down Dave Angel <davea@davea.name> - 2014-01-13 08:26 -0500
    Re:plotting slows down Steven D'Aprano <steve@pearwood.info> - 2014-01-13 20:33 +0000
      Re:plotting slows down Dave Angel <davea@davea.name> - 2014-01-14 04:39 -0500
      Re: plotting slows down Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-01-14 08:48 -0500
  Re: plotting slows down Norman Elliott <norman.elliott@gmail.com> - 2014-01-13 05:32 -0800
  Re: plotting slows down Norman Elliott <norman.elliott@gmail.com> - 2014-01-13 05:45 -0800
    Re: plotting slows down Dave Angel <davea@davea.name> - 2014-01-14 04:32 -0500
  Re: plotting slows down Ian Kelly <ian.g.kelly@gmail.com> - 2014-01-13 10:39 -0700
  Re: plotting slows down Chris Angelico <rosuav@gmail.com> - 2014-01-14 04:45 +1100
  Re: plotting slows down Dave Angel <davea@davea.name> - 2014-01-13 13:05 -0500
    Re: plotting slows down Norman Elliott <norman.elliott@gmail.com> - 2014-01-13 10:33 -0800
  Re: plotting slows down Ian Kelly <ian.g.kelly@gmail.com> - 2014-01-13 11:05 -0700
  Re: plotting slows down Terry Reedy <tjreedy@udel.edu> - 2014-01-13 16:42 -0500
  Re: plotting slows down Norman Elliott <norman.elliott@gmail.com> - 2014-01-14 05:04 -0800
    Re: plotting slows down Rustom Mody <rustompmody@gmail.com> - 2014-01-14 05:15 -0800
      Re: plotting slows down Chris Angelico <rosuav@gmail.com> - 2014-01-15 00:36 +1100
  Re: plotting slows down Norman Elliott <norman.elliott@gmail.com> - 2014-01-14 09:06 -0800

csiph-web