Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #33615
| Path | csiph.com!usenet.pasdenom.info!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.027 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; '21,': 0.07; 'subject:Error': 0.07; 'python': 0.09; '12:57': 0.16; '2.7.3': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:Index': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'certainly': 0.17; 'equivalent': 0.20; 'this:': 0.23; 'header:In-Reply-To:1': 0.25; 'select': 0.26; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'lines': 0.28; 'docs': 0.33; 'to:addr:python-list': 0.33; 'version': 0.34; 'received:google.com': 0.34; 'text': 0.34; 'done': 0.34; 'nov': 0.35; 'received:209.85': 0.35; 'list.': 0.35; 'drop': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'delete': 0.38; 'page': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; "you'll": 0.62; 'to,': 0.65; 'kindly': 0.67; 'drop-down': 0.84; 'fun!': 0.95 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=lBaD9X1xQV/WoDudhtp/Vyp9PTwTerLg4gOD2388ybA=; b=Wn5KgortsleOTWSLA9QVxVurjjxVxs9pVijqYreUR3Z2igefipottAtKdiuaKzQKHF JAAIDt77AVc5Ham6q5IDmrRw+XzwaIgwIfvoWTv01d5Z7RQuwGxEzDYC9ZoUyLpNyQSQ 8hO6KcgSUHBNyH6OPst4OF2A7qfBSQMSKJ5ZVTNS+QRRF6aTP2zVhEcJczv6VUCJbWRU VPHlFV8X5o0ZuBf9bnCMECliIvVPjfszFudsguCWlLVkzwsoYYuJS5cojRBT1qR0V5lL C/TcGmny5AcHhWBEIEARSIC+ZLVE8ty61aXSzjUmuK9vWAcD/x+/OZmxlSdtfpSNpav6 fpRg== |
| MIME-Version | 1.0 |
| In-Reply-To | <CAFqGZRGX5hBAm7xBvKY_=0XUurnxkhB4CYLdf9+dw_F-OzXuhQ@mail.gmail.com> |
| References | <CAFqGZRHSZ2QTqw=_iZWCWVJXVoxEZvHkTEmb-QeohRer2hjj7w@mail.gmail.com> <CAPTjJmp2vHhxB0KL7D1CQ64NGN2RQEDLbx7VPiVX79Pd1txu1Q@mail.gmail.com> <CAFqGZRGX5hBAm7xBvKY_=0XUurnxkhB4CYLdf9+dw_F-OzXuhQ@mail.gmail.com> |
| Date | Wed, 21 Nov 2012 01:00:01 +1100 |
| Subject | Re: Index Error |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | quoted-printable |
| 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.52.1353420005.29569.python-list@python.org> (permalink) |
| Lines | 20 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1353420005 news.xs4all.nl 6986 [2001:888:2000:d::a6]:33704 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:33615 |
Show key headers only | View raw
On Wed, Nov 21, 2012 at 12:57 AM, inshu chauhan <insideshoes@gmail.com> wrote: > I am using python 2.7.3 , so can it be done in that ? (Please don't top-post; just delete the couple of blank lines that gmail oh so kindly provides, and type your response at the bottom. You may also want to consider trimming the quoted text to just what you actually need.) Yes, it certainly can. Go to the docs page I linked to, then up the top left you'll see this: Python ยป 3.3.0 Documentation with the "3.3.0" part a drop-down list. Drop it down and select 2.7, and you'll see the equivalent page for version 2.7.3. Have fun! ChrisA
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Index Error Chris Angelico <rosuav@gmail.com> - 2012-11-21 01:00 +1100
csiph-web