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: 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: References: From: Ian Kelly Date: Wed, 19 Sep 2012 09:24:49 -0600 Subject: Re: sum works in sequences (Python 3) To: Python 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Wed, Sep 19, 2012 at 9:06 AM, Neil Cerutti 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