Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!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.032 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:code': 0.07; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'oct': 0.16; 'subject:start': 0.16; 'subject:stop': 0.16; 'subject:where': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'subject:skip:i 10': 0.22; 'cc:2**0': 0.23; 'monday,': 0.23; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'am,': 0.27; 'source': 0.29; 'code': 0.31; 'url:python': 0.32; 'received:google.com': 0.34; 'thanks': 0.34; 'received:209.85': 0.35; 'url:org': 0.36; 'october': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'where': 0.40; 'subjectcharset:utf-8': 0.72; 'url:c': 0.77; 'subject:source': 0.84; 'url:cpython': 0.84; 'subject:view': 0.91 Newsgroups: comp.lang.python Date: Wed, 17 Oct 2012 16:23:27 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=182.242.151.28; posting-account=Z1-aQQoAAADvnuKxr9sysEiuPIcBNfjX References: User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 182.242.151.28 MIME-Version: 1.0 Subject: =?UTF-8?Q?Re=3A_where_to_view_range=28=5Bstart=5D=2C_stop=5B=2C_step=5D=29=27s_C_i?= =?UTF-8?Q?mplementation_source_code_=EF=BC=9F?= From: iMath To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Python 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: , Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1350516216 news.xs4all.nl 6877 [2001:888:2000:d::a6]:58836 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:31552 On Monday, October 1, 2012 11:42:26 PM UTC+8, Ian wrote: > On Mon, Oct 1, 2012 at 9:28 AM, iMath wrote: >=20 > > where to view range([start], stop[, step])'s C implementation source co= de =EF=BC=9F >=20 >=20 >=20 > http://hg.python.org/cpython/file/3f739f42be51/Objects/rangeobject.c thanks