Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!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.110 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.78; '*S*': 0.00; '25,': 0.12; 'am,': 0.14; 'wrote:': 0.14; 'disk.': 0.16; 'subject:Include': 0.16; 'subject:list': 0.22; 'header:In-Reply-To:1': 0.22; 'mon,': 0.22; 'chris': 0.27; 'message-id:@mail.gmail.com': 0.28; 'actual': 0.31; 'to:addr:python-list': 0.32; 'page': 0.33; 'change': 0.34; 'file': 0.35; 'point': 0.35; 'received:209.85': 0.37; 'apr': 0.38; 'received:google.com': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'header:Received:5': 0.40; '2011': 0.62; 'site.': 0.63; 'login': 0.68; 'received:209.85.210.174': 0.84; 'received:mail-iy0-f174.google.com': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=hwv7rqPF37J4zAGJHOkD++Rd4OdPQYvuacqIJ6Cy9yE=; b=v8Wf7IAJOF56XDCBHT0XOnin6eEsng9c/3RDNB0AWa+9pUDtr1WJgX+0XWEZIHmXrf UntOP7RyqH+UGXBAR+8OfWdcpoAY/vckIxjTmBDsjxlpZRI2Ny7JACQ2OR4SR7kDamFG V/tnXLHyJXTYgAaMCptTmat6uGWQ7WLjXt79M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=emYvx66IoZEObcg5uKO9OQYttRjTqkojX2dNA3sG3qEYgEo24DJ1iCuF1q5/63X4Up vVHUnFdftah1yQKnCCDiEQSeKIAeAiEkF7L5C7lKB4ojGe1QXms+Q/tDSaKhkIbHeo4B wPBeT9X4gCItsimH3XZBtYSERbjwre8K/RjFw= MIME-Version: 1.0 In-Reply-To: <105899.98160.qm@web110510.mail.gq1.yahoo.com> References: <105899.98160.qm@web110510.mail.gq1.yahoo.com> Date: Mon, 25 Apr 2011 06:41:43 +1000 Subject: Re: Include me in the list From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 9 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1303677713 news.xs4all.nl 41114 [::ffff:82.94.164.166]:50832 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:3960 On Mon, Apr 25, 2011 at 6:34 AM, nusrath ahmed wrote: > urlLogin = > 'file:///C:/Documents%20and%20Settings/Fat/Desktop/New%20Folder/Login.html' > This is a file on your hard disk. You'll need to change the URL to point to the actual login page on the actual web site. Chris Angelico