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


Groups > comp.lang.python > #41410

Re: [Python 2.7.3] What's the difference between these two uses of "for"?

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <davea@davea.name>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.012
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'subject:: [': 0.03; 'subject:Python': 0.05; 'see:': 0.07; 'subject:two': 0.07; 'subject:2.7.3': 0.16; 'subject:between': 0.16; 'subject:these': 0.16; 'wrote:': 0.17; 'url:moin': 0.17; 'subject:] ': 0.19; 'defined': 0.22; "haven't": 0.23; 'least': 0.25; 'header:In-Reply- To:1': 0.25; 'header:User-Agent:1': 0.26; 'url:wiki': 0.26; 'url:python': 0.32; 'to:addr:python-list': 0.33; 'pm,': 0.35; 'posting': 0.35; 'url:org': 0.36; 'others.': 0.36; 'problems': 0.36; 'two': 0.37; 'why': 0.37; 'some': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'other.': 0.64; 'received:74.208': 0.71; 'received:74.208.4.194': 0.84; 'poorly': 0.93
Date Mon, 18 Mar 2013 07:38:20 -0400
From Dave Angel <davea@davea.name>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130221 Thunderbird/17.0.3
MIME-Version 1.0
To python-list@python.org
Subject Re: [Python 2.7.3] What's the difference between these two uses of "for"?
References <485a3093-8c07-4d1a-b49e-af32f84f8198@googlegroups.com> <mailman.3403.1363570008.2939.python-list@python.org> <mailman.3404.1363571995.2939.python-list@python.org> <6ca68c8c-2567-4656-8e9b-dfa9409a997f@googlegroups.com>
In-Reply-To <6ca68c8c-2567-4656-8e9b-dfa9409a997f@googlegroups.com>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Provags-ID V02:K0:Qn6KqDLAhOlKT2xkEaerBiHWh6CxQO0h0KyBGITkYNu NK369lU8wANe8dm9GpR/Ir9ZDvhNYAmU0eDJHA4LEq2mx78pI/ +MU/ok0u5Sow9FEWP3asDPaR2jAWQZkaH2NoZNIoFA11316qu5 0FpYIN6r8Dlq7Wlk1ejhciZYLIf1Z5qes6Ser6g7/AurbztvTA CLYigPpb0Nz6lUuyG1+IO2pQL0bVeHC3BbnCZtO4cDrPu3TDEE 14yg7nDbaaWgJEP/FPhThSzFBZV0puNQICTuC397tgs42Fd3zq W16Z7b12w6eaC+xkYH8Ql6+fN6uVTyXd09r+7CXO0oZJ2bSbw= =
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 <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3429.1363606721.2939.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1363606721 news.xs4all.nl 6912 [2001:888:2000:d::a6]:41928
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:41410

Show key headers only | View raw


On 03/17/2013 10:14 PM, Yves S. Garret wrote:
> I don't get why it's posting what I said twice...
>

Because you're using googlegroups, and haven't unchecked some poorly 
defined default setting.  You're posting both to python-list and to 
comp.lang.python, each of which is mirrored to the other.

That's one of at least two problems with posting via googlegroups.  The 
other is the stupid double-spacing of quotes, which is very annoying to 
others.


See:
   http://wiki.python.org/moin/GoogleGroupsPython


-- 
DaveA

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


Thread

[Python 2.7.3] What's the difference between these two uses of "for"? "Yves S. Garret" <yoursurrogategod@gmail.com> - 2013-03-17 17:58 -0700
  Re: [Python 2.7.3] What's the difference between these two uses of "for"? Andrew Berg <bahamutzero8825@gmail.com> - 2013-03-17 20:24 -0500
  Re: [Python 2.7.3] What's the difference between these two uses of "for"? Gary Herron <gary.herron@islandtraining.com> - 2013-03-17 18:18 -0700
    Re: [Python 2.7.3] What's the difference between these two uses of "for"? "Yves S. Garret" <yoursurrogategod@gmail.com> - 2013-03-17 18:59 -0700
    Re: [Python 2.7.3] What's the difference between these two uses of "for"? "Yves S. Garret" <yoursurrogategod@gmail.com> - 2013-03-17 18:59 -0700
      Re: [Python 2.7.3] What's the difference between these two uses of "for"? "Yves S. Garret" <yoursurrogategod@gmail.com> - 2013-03-17 19:14 -0700
        Re: [Python 2.7.3] What's the difference between these two uses of "for"? Dave Angel <davea@davea.name> - 2013-03-18 07:38 -0400
      Re: [Python 2.7.3] What's the difference between these two uses of "for"? "Yves S. Garret" <yoursurrogategod@gmail.com> - 2013-03-17 19:14 -0700
        Re: [Python 2.7.3] What's the difference between these two uses of "for"? Roy Smith <roy@panix.com> - 2013-03-17 22:33 -0400
          Re: What's the difference between these two uses of "for"? alex23 <wuwei23@gmail.com> - 2013-03-18 18:08 -0700
        Re: [Python 2.7.3] What's the difference between these two uses of "for"? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-03-18 02:44 +0000
          Re: [Python 2.7.3] What's the difference between these two uses of "for"? Roy Smith <roy@panix.com> - 2013-03-17 22:51 -0400
  Re: [Python 2.7.3] What's the difference between these two uses of "for"? Roy Smith <roy@panix.com> - 2013-03-17 21:28 -0400
    Re: [Python 2.7.3] What's the difference between these two uses of "for"? "Yves S. Garret" <yoursurrogategod@gmail.com> - 2013-03-17 19:01 -0700
      Re: [Python 2.7.3] What's the difference between these two uses of "for"? Roy Smith <roy@panix.com> - 2013-03-17 22:28 -0400
  Re: [Python 2.7.3] What's the difference between these two uses of "for"? Terry Reedy <tjreedy@udel.edu> - 2013-03-18 00:37 -0400

csiph-web