Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.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.050 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'performs': 0.07; 'subject:()': 0.09; 'oct': 0.16; 'subject:array': 0.16; 'term.': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'constant': 0.22; 'header:In- Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'actual': 0.28; 'factor': 0.29; 'received:209.85.215.46': 0.30; 'could': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'item': 0.37; 'received:209': 0.37; 'well.': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'skip:" 10': 0.40; 'header:Received:5': 0.40; 'copies.': 0.65; 'to:name:python': 0.84; 'average': 0.93 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=+oHDbn2CbHHIIgcAZ6OTF4/5gMM2EmklTqAlNDmV90U=; b=uyrm9/9T2Okh9rlqRVA+Gu0dpG8WcBbwk9xhtNnErLFZ7URJm/7Nf4tpF63X4MUyva FBqp4a9A0YRFm8KlmOMuq33CPnC0YbqyHXjdmtSeS3rTiXUC0Uvo/j91JkrFJNJM3FDO msLlvrELYTSIYZRuZn+g1Xc3HPnUR1WqK8xNQ0f/MJCrALFFC5+qP0NGXsoQcYMwZZ2V kBIDL61xQporQpdaVbJamX/y3ivm7Je9pmdTatN13RnT/QuPx5OcLG0sZoLGuGXJtfYm 2k623RAT/yqjxcy7Go2L4u+tWFJ5GnGsJ8JOue6p+slhCBS9Gf0R5yHVqe2WWfyL/kVr whoQ== MIME-Version: 1.0 In-Reply-To: References: <6998a955-7b34-4f4f-b8d6-62d1028f7561@googlegroups.com> <4c024364-84df-403b-8b9e-4a4c8f06121c@googlegroups.com> <508e6649$0$29967$c3e8da3$5496439d@news.astraweb.com> <508E1BC9.3000308@r3dsolutions.com> <508EA3EF.5080504@r3dsolutions.com> From: Ian Kelly Date: Mon, 29 Oct 2012 18:05:27 -0600 Subject: Re: Negative array indicies and slice() 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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1351555560 news.xs4all.nl 6849 [2001:888:2000:d::a6]:40829 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:32446 On Mon, Oct 29, 2012 at 5:43 PM, Ian Kelly wrote: > The growth factor is approximately 1.125. "Approximately" because > there is also a small constant term. The average number of copies per > item converges on 8. Of course, that is the *maximum* number of copies. The actual number could be much less if realloc() performs well.