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


Groups > comp.lang.python > #29501

Re: sum works in sequences (Python 3)

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.017
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'definitions': 0.07; 'sep': 0.09; 'bug': 0.10; 'both,': 0.16; 'iterables': 0.16; 'report?': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'url:dev': 0.17; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'yes.': 0.29; 'url:python': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'posting': 0.35; 'received:209.85': 0.35; 'url:org': 0.36; 'subject: (': 0.36; 'enough': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'url:docs': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'different': 0.63; 'neil': 0.84; 'to:name:python': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=E9kZ56ZxJT8zK61ezLdEts+oERHKX6Lyfc2LCRsXqwg=; b=rS4IYN3IxW5JhG4PHMEQdP2fvwPAcIwE4bYbPENqv3zUu+tzQsWvhSDXWwHnMi5O4t CltI/8QjhEAHi8JBvTQkXU2k9E03QQJs9W1w95RCzKd5bAHRcq/qf9JwylkTD6fArssp ddU2LQuB9rIWDubsOQzqQI8Wo/xloJ2vB9XSD2XJB4ekQE/ZdACwv62mzjEK8r9NPSPv os4lwz/Ff0bD3AARQwRI5X0I6jTqyzom/Lh+MGQRohfXT310qbVgXVZL5/MFnmZkc86T aMaUn4tiHzBvqOXaq4DfUQMgL0//phW3wP5hKZOD3dUyp2C62Pr7l18+DFaoqj70DNPv EViw==
MIME-Version 1.0
In-Reply-To <abu5c3FblbqU2@mid.individual.net>
References <franck-E8B1EB.16412019092012@news.free.fr> <mailman.920.1348067016.27098.python-list@python.org> <abu5c3FblbqU2@mid.individual.net>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Wed, 19 Sep 2012 09:24:49 -0600
Subject Re: sum works in sequences (Python 3)
To Python <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 <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.922.1348068321.27098.python-list@python.org> (permalink)
Lines 8
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1348068321 news.xs4all.nl 6881 [2001:888:2000:d::a6]:60315
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:29501

Show key headers only | View raw


On Wed, Sep 19, 2012 at 9:06 AM, Neil Cerutti <neilc@norwich.edu> wrote:
> Are iterables and sequences different enough to warrant posting a
> bug report?

The glossary is specific about the definitions of both, so I would say yes.

http://docs.python.org/dev/glossary.html#term-iterable
http://docs.python.org/dev/glossary.html#term-sequence

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


Thread

sum works in sequences (Python 3) Franck Ditter <franck@ditter.org> - 2012-09-19 16:41 +0200
  Re: sum works in sequences (Python 3) Joel Goldstick <joel.goldstick@gmail.com> - 2012-09-19 10:57 -0400
  Re: sum works in sequences (Python 3) Neil Cerutti <neilc@norwich.edu> - 2012-09-19 14:57 +0000
  Re: sum works in sequences (Python 3) Ian Kelly <ian.g.kelly@gmail.com> - 2012-09-19 09:03 -0600
    Re: sum works in sequences (Python 3) Neil Cerutti <neilc@norwich.edu> - 2012-09-19 15:06 +0000
      Re: sum works in sequences (Python 3) Ian Kelly <ian.g.kelly@gmail.com> - 2012-09-19 09:24 -0600
      Re: sum works in sequences (Python 3) Steve Howell <showell30@yahoo.com> - 2012-09-19 08:37 -0700
        Re: sum works in sequences (Python 3) Ian Kelly <ian.g.kelly@gmail.com> - 2012-09-19 12:33 -0600
          Re: sum works in sequences (Python 3) Steve Howell <showell30@yahoo.com> - 2012-09-19 11:43 -0700
    Re: sum works in sequences (Python 3) Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-19 16:14 +0000
  Re: sum works in sequences (Python 3) Alister <alister.ware@ntlworld.com> - 2012-09-19 15:07 +0000
    Re: sum works in sequences (Python 3) Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-19 16:18 +0000
    Re: sum works in sequences (Python 3) Terry Reedy <tjreedy@udel.edu> - 2012-09-19 14:49 -0400
    Re: sum works in sequences (Python 3) Hans Mulder <hansmu@xs4all.nl> - 2012-09-20 00:25 +0200

csiph-web