Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77894
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.121 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.77; '*S*': 0.01; 'collections': 0.16; 'sequence.': 0.16; 'wrote:': 0.18; '>>>': 0.22; 'import': 0.22; 'mon,': 0.24; '15,': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'sep': 0.31; "i'd": 0.34; 'received:google.com': 0.35; 'sequence': 0.36; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'even': 0.60; 'otten': 0.84; 'subject:Lists': 0.91 |
| 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=MLdBC/RZ5wJOScxc6OoJFxwf1KHCoHjSaYyNlLirFEo=; b=RAgMnNyOH6TeqXPmy/TSFEuL8H85yF9FiSEsn65mnN7m9oAFd8GCBZ83747ChyzBqK iomjwILyhsJAMzavQH3CpzC3VqoSlrLirNoJD1Kx6J8xfcNZGTVAXyS7HgGjUkbg6/ed 1SIEDPAzVT/cTLX6YKGlwjXK7h7TXZtAtpYjZpQWg7spFrAQTHQXS7iJjFsaxwfu8gbS bbPmOwTC9SsoN4/2WQrUAtEEj4lalezmVr9SgTa1nmWVxaqZHRnMca1orh0bw8846GV0 tadeyYbuIbw/nJXj84snhfvDTY0gywIpAWmHG1q5lTmCXrU2+iCNxUe57K8Y35xtJZqy Y+8g== |
| X-Received | by 10.66.161.41 with SMTP id xp9mr14175040pab.120.1410796465158; Mon, 15 Sep 2014 08:54:25 -0700 (PDT) |
| MIME-Version | 1.0 |
| In-Reply-To | <lv64uf$c4k$1@ger.gmane.org> |
| References | <12kc1a5j82lak7tmnatvhk84fh2ne08s24@4ax.com> <lv5vgi$ehv$1@dont-email.me> <lv64uf$c4k$1@ger.gmane.org> |
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | Mon, 15 Sep 2014 09:53:45 -0600 |
| Subject | Re: Lists |
| To | Python <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| 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.14030.1410796468.18130.python-list@python.org> (permalink) |
| Lines | 8 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1410796468 news.xs4all.nl 2970 [2001:888:2000:d::a6]:45350 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:77894 |
Show key headers only | View raw
On Mon, Sep 15, 2014 at 1:36 AM, Peter Otten <__peter__@web.de> wrote: > I'd call range() an iterable. I'd even go so far as to call it a sequence. >>> from collections import Sequence >>> issubclass(range, Sequence) True
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Lists Seymore4Head <Seymore4Head@Hotmail.invalid> - 2014-09-14 22:40 -0400
Re: Lists Christian Gollwitzer <auriocus@gmx.de> - 2014-09-15 08:04 +0200
Re: Lists Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-09-15 17:09 +1000
Re: Lists Peter Otten <__peter__@web.de> - 2014-09-15 09:36 +0200
Re: Lists Ian Kelly <ian.g.kelly@gmail.com> - 2014-09-15 09:53 -0600
Re: Lists Peter Otten <__peter__@web.de> - 2014-09-15 18:16 +0200
Re: Lists Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-09-15 16:59 +1000
Re: Lists Seymore4Head <Seymore4Head@Hotmail.invalid> - 2014-09-15 11:27 -0400
Re:Lists Dave Angel <davea@davea.name> - 2014-09-15 09:05 -0400
Re: Lists Seymore4Head <Seymore4Head@Hotmail.invalid> - 2014-09-15 11:28 -0400
csiph-web